Skip to content

Commit

Permalink
ci: bump action-download-artifact from v7 to v8 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet authored Jan 23, 2025
1 parent 6581624 commit 34a709d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Delete old Demo
run: rm -rf README.md
- name: Download Demo ${{ env.VERSION }}
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v8
with:
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
repo: ${{ env.BUILD_DEMO_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge-pr-fork-02-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# echo "workflow_run: ${{toJSON(github.event.workflow_run)}}"

- name: download dist artifact
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v8
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
run_id: ${{ github.event.workflow_run.id }}
Expand Down

0 comments on commit 34a709d

Please sign in to comment.