Skip to content

Commit

Permalink
chore(deploy): Update upload/download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardbosch committed Sep 6, 2024
1 parent 0a92b6f commit dd52289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
post_compile: 'ls -la build' # just log build files

- name: '⬆️ Upload artifact' # to share with other workflows
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'pdf'
path: 'build/main.pdf'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
output=$(curl --fail -F html=@deploy/index.html 'https://api.dataunlocker.com/properties/${{ secrets.DATA_UNLOCKER_PROP_ID }}/scripts/latest/inject') && echo "$output" > deploy/index.html || echo "Failed to inject DataUnlocker's script"
- name: ⬇️ Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pdf
path: deploy
Expand Down

0 comments on commit dd52289

Please sign in to comment.