Skip to content

Commit d8ef128

Browse files
chore(deps): Bump dawidd6/action-download-artifact from 6 to 9
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 9. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v6...v9) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6d1450 commit d8ef128

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_github_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cd ..
3333
3434
- name: Download new deployment via workflow_run
35-
uses: dawidd6/action-download-artifact@v6
35+
uses: dawidd6/action-download-artifact@v9
3636
if: github.event.workflow_run.conclusion == 'success'
3737
with:
3838
github_token: ${{ secrets.GHTOKEN }}
@@ -43,7 +43,7 @@ jobs:
4343
path: repo
4444

4545
- name: Download new deployment via workflow_dispatch
46-
uses: dawidd6/action-download-artifact@v6
46+
uses: dawidd6/action-download-artifact@v9
4747
if: github.event_name == 'workflow_dispatch'
4848
with:
4949
github_token: ${{ secrets.GHTOKEN }}

0 commit comments

Comments
 (0)