Skip to content

Commit

Permalink
chore(gha): bump dawidd6/action-download-artifact from 5 to 6 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 0cdca3d commit ce0f6cc
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@v5
uses: dawidd6/action-download-artifact@v6
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 @@ -18,7 +18,7 @@ jobs:

steps:
- name: download dist artifact
uses: dawidd6/action-download-artifact@v5
uses: dawidd6/action-download-artifact@v6
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr-build-dist # must be kept in sync with the artifact name downloaded in the build stage
Expand Down

0 comments on commit ce0f6cc

Please sign in to comment.