Skip to content

Commit 10f3940

Browse files
Bump dawidd6/action-download-artifact from 8 to 9 (#1018) (#1020)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 291c810 commit 10f3940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1313
steps:
1414
- name: Download PR Artifact
15-
uses: dawidd6/action-download-artifact@v8
15+
uses: dawidd6/action-download-artifact@v9
1616
with:
1717
workflow: ${{ github.event.workflow_run.workflow_id }}
1818
workflow_conclusion: success

0 commit comments

Comments
 (0)