Skip to content

Commit 7f04004

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad8f465 commit 7f04004

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
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
2222
steps:
2323
- name: Download PR Artifact
24-
uses: actions/download-artifact@v4
24+
uses: actions/download-artifact@v5
2525
with:
2626
run-id: ${{ github.event.workflow_run.id }}
2727
name: site

0 commit comments

Comments
 (0)