Skip to content

Commit ef7bed8

Browse files
dependabot[bot]ViMaSter
authored andcommitted
chore(deps): Bump dawidd6/action-download-artifact from 10 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v10...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c907225 commit ef7bed8

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@v10
35+
uses: dawidd6/action-download-artifact@v11
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@v10
46+
uses: dawidd6/action-download-artifact@v11
4747
if: github.event_name == 'workflow_dispatch'
4848
with:
4949
github_token: ${{ secrets.GHTOKEN }}

0 commit comments

Comments
 (0)