Skip to content

Commit 78697c3

Browse files
dependabot[bot]holly-cummins
authored andcommitted
Bump dawidd6/action-download-artifact from 4 to 6
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 4 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v4...v6) --- 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 10c4174 commit 78697c3

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
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1616
steps:
1717
- name: Download PR Artifact
18-
uses: dawidd6/action-download-artifact@v4
18+
uses: dawidd6/action-download-artifact@v6
1919
with:
2020
workflow: ${{ github.event.workflow_run.workflow_id }}
2121
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)