Skip to content

Commit

Permalink
use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Feb 2, 2025
1 parent 5e3702f commit 384e1c7
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 @@ -65,7 +65,7 @@ jobs:
sudo apt-get install ghostscript
groff -man -t -rS11 texfindpkg.1 | ps2pdf -sPAPERSIZE=a4 - texfindpkg.man1.pdf
- name: Upload pdf file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: texfindpkg-manpage
path: |
Expand Down

0 comments on commit 384e1c7

Please sign in to comment.