Skip to content

Commit

Permalink
Try fix artefact DL
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Mar 20, 2024
1 parent a821f20 commit 8b08d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build_html: false

- name: Upload PDFs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: pdfs
path: packaging/pdfs
Expand Down Expand Up @@ -103,9 +103,9 @@ jobs:
fetch-depth: 0

- name: Download generated PDFs
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: pdfs
name: 'pdfs'
path: packaging
- name: Display structure of downloaded files
run: ls packaging
Expand Down

0 comments on commit 8b08d00

Please sign in to comment.