Skip to content

Commit

Permalink
chore(deps): Bump dawidd6/action-download-artifact from 6 to 8
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 8.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v6...v8)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent f6d1450 commit fcecfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd ..
- name: Download new deployment via workflow_run
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
if: github.event.workflow_run.conclusion == 'success'
with:
github_token: ${{ secrets.GHTOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
path: repo

- name: Download new deployment via workflow_dispatch
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
if: github.event_name == 'workflow_dispatch'
with:
github_token: ${{ secrets.GHTOKEN }}
Expand Down

0 comments on commit fcecfd6

Please sign in to comment.