Skip to content

Commit

Permalink
update artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Feb 3, 2025
1 parent 2c25e34 commit cea50af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
rm -fR ./dist/mac
rm -fR ./dist/mac-arm64
- uses: actions/upload-artifact@v3.1.2
- uses: actions/upload-artifact@v4
with:
path: dist
name: Dist-${{ matrix.packCmd }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
ESIGNER_PASSWORD: ${{ secrets.ESIGNER_PASSWORD }}
ESIGNER_TOTP_SECRET: ${{ secrets.ESIGNER_TOTP_SECRET }}

- uses: actions/upload-artifact@v3.1.2
- uses: actions/upload-artifact@v4
with:
path: dist
name: Dist-${{ matrix.packCmd }}
Expand Down

0 comments on commit cea50af

Please sign in to comment.