Skip to content

Commit

Permalink
feat: fix CI error in actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Feb 5, 2025
1 parent 46098d9 commit 083f7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo apt-get clean
- name: Upload results 📤
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDFs
path: build/pdf/
Expand Down

0 comments on commit 083f7cc

Please sign in to comment.