Skip to content

Commit

Permalink
update the upload-artifact action to @v4
Browse files Browse the repository at this point in the history
The previous action @v1 has been deprecated by github and causes
the CI build to fail.
  • Loading branch information
mbtaylor committed Nov 27, 2024
1 parent 5fe8eff commit 4fa8a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test -f DALI.pdf
test -f DALI.bbl
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: DALI.pdf Preview
path: DALI.pdf

0 comments on commit 4fa8a2d

Please sign in to comment.