Skip to content

Commit

Permalink
Merge pull request #17 from Cactus-proj/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
inkydragon authored May 19, 2024
2 parents 4a3401e + 13b10f0 commit aa41bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run Tectonic
run: tectonic --keep-logs latex/APoSD-zh.tex
- name: Upload PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pdf
if-no-files-found: error
Expand Down

0 comments on commit aa41bb1

Please sign in to comment.