Skip to content

Commit

Permalink
ci: update artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Dec 19, 2023
1 parent f14edc7 commit 791a34c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: |
gpg --local-user B352BC4C --armor --detach-sig dist/Naja.js
gpg --local-user B352BC4C --armor --detach-sig dist/Naja.min.js
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist-files
path: dist/
Expand All @@ -32,7 +32,7 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-files
path: dist/
Expand All @@ -55,7 +55,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-files
path: dist/
Expand Down

0 comments on commit 791a34c

Please sign in to comment.