Skip to content

Commit

Permalink
Use latest version for all artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JMadgwick authored Sep 14, 2024
1 parent 6d5410a commit 035fd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
./makepdf.sh -v
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDFs
path: pdf
Expand All @@ -52,7 +52,7 @@ jobs:
run: mkdir docs/pdf

- name: Download PDF Artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: PDFs
path: docs/pdf/
Expand Down

0 comments on commit 035fd2e

Please sign in to comment.