Skip to content

Commit

Permalink
fix deprecated version of gh artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
louisradtke committed Feb 3, 2025
1 parent f74f4df commit 8b2cb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
latexmk -pdf main.tex
- name: Upload PDF artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: main-pdf
path: ./main.pdf
Expand All @@ -52,7 +52,7 @@ jobs:

steps:
- name: Download PDF artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: main-pdf
path: ./
Expand Down

0 comments on commit 8b2cb10

Please sign in to comment.