Skip to content

Commit

Permalink
Use v4 of upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprDewd committed Dec 30, 2024
1 parent 8bebdc3 commit e1beefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: make clean && make

- name: Upload comprog.pdf
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: comprog.pdf
path: comprog.pdf
Expand Down

0 comments on commit e1beefb

Please sign in to comment.