Skip to content

Commit

Permalink
fix: Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Jul 14, 2024
1 parent 790a9e0 commit 126f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:
# to avoid a warning at cleanup time
if: ${{ always() }}
run: sudo chown -R 1001:116 .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: example-artifact
path: artifacts/
Expand Down

0 comments on commit 126f826

Please sign in to comment.