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 }}