Skip to content

Commit

Permalink
ci: bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Mar 11, 2024
1 parent 75cf031 commit 9f5b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH}
texlua buildend.lua
- name: Upload png and md5
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: png-and-md5
path: |
Expand Down

0 comments on commit 9f5b008

Please sign in to comment.