Skip to content

Commit 72f1e3d

Browse files
authored
Merge pull request #2373 from quarkusio/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 02303ea + 7f04004 commit 72f1e3d

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)