Skip to content

Commit

Permalink
CI: Upgrade upload-artifact action to v4
Browse files Browse the repository at this point in the history
Fixes #1250.
  • Loading branch information
RyanGlScott committed Sep 9, 2024
1 parent be00509 commit 9990539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crux-llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
run: |
.github/ci.sh sign "${NAME}.tar.gz"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.repository == 'GaloisInc/crucible'
with:
path: crux-llvm-*.tar.gz*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crux-mir-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
run: |
.github/ci.sh sign "${NAME}.tar.gz"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.repository == 'GaloisInc/crucible'
with:
path: crux-mir-*.tar.gz*
Expand Down

0 comments on commit 9990539

Please sign in to comment.