Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 in /.github/workflows
Browse files Browse the repository at this point in the history
* Bump actions/download-artifact from 3 to 4 in /.github/workflows
---------
Co-authored-by: JMadgwick <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 8bda475 commit f8beb01
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@v3
uses: actions/download-artifact@v4
with:
name: PDFs
path: docs/pdf/
Expand Down

0 comments on commit f8beb01

Please sign in to comment.