Skip to content

Commit 521d09c

Browse files
Bump dawidd6/action-download-artifact from 8 to 9
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v8...v9) --- 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]>
1 parent bc6b73e commit 521d09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event.workflow_run.event == 'pull_request'
2121
steps:
2222
- name: Download preview-build artifact
23-
uses: dawidd6/action-download-artifact@v8
23+
uses: dawidd6/action-download-artifact@v9
2424
with:
2525
workflow: ${{ github.event.workflow_run.workflow_id }}
2626
name: preview-build

0 commit comments

Comments
 (0)