From 00d61d8373008615061195d8be66f04597c60eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:35:45 +0000 Subject: [PATCH] Bump AButler/upload-release-assets from 3.0 to 4.0 Bumps [AButler/upload-release-assets](https://github.com/abutler/upload-release-assets) from 3.0 to 4.0. - [Release notes](https://github.com/abutler/upload-release-assets/releases) - [Commits](https://github.com/abutler/upload-release-assets/compare/v3.0...v4.0) --- updated-dependencies: - dependency-name: AButler/upload-release-assets dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/java.deploy.maven.yml | 2 +- .github/workflows/npm.deploy.electron.yml | 2 +- .github/workflows/npm.deploy.release.yml | 2 +- .github/workflows/npm.deploy.vs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/java.deploy.maven.yml b/.github/workflows/java.deploy.maven.yml index 71c67e2..80f95f2 100644 --- a/.github/workflows/java.deploy.maven.yml +++ b/.github/workflows/java.deploy.maven.yml @@ -48,7 +48,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }} - name: Deploy to GitHub Releases - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v4.0 with: files: 'target/*.jar' repo-token: ${{ steps.auth.outputs.token }} diff --git a/.github/workflows/npm.deploy.electron.yml b/.github/workflows/npm.deploy.electron.yml index ba4dfad..291fce9 100644 --- a/.github/workflows/npm.deploy.electron.yml +++ b/.github/workflows/npm.deploy.electron.yml @@ -55,7 +55,7 @@ jobs: run: npm run make - name: Deploy to Releases - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v4.0 with: files: 'out/make/**/*.exe;out/make/**/*.msi;out/make/**/*.zip' repo-token: ${{ steps.auth.outputs.token }} \ No newline at end of file diff --git a/.github/workflows/npm.deploy.release.yml b/.github/workflows/npm.deploy.release.yml index 96ffcba..79067d6 100644 --- a/.github/workflows/npm.deploy.release.yml +++ b/.github/workflows/npm.deploy.release.yml @@ -51,7 +51,7 @@ jobs: run: npm run rebuild --if-present - name: Deploy to Releases - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v4.0 with: files: ${{ inputs.file }} repo-token: ${{ steps.auth.outputs.token }} \ No newline at end of file diff --git a/.github/workflows/npm.deploy.vs.yml b/.github/workflows/npm.deploy.vs.yml index 1cb4125..8b6b050 100644 --- a/.github/workflows/npm.deploy.vs.yml +++ b/.github/workflows/npm.deploy.vs.yml @@ -47,7 +47,7 @@ jobs: run: npx vsce package - name: Deploy to Releases - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v4.0 with: files: '*.vsix' repo-token: ${{ steps.auth.outputs.token }}