Skip to content

Commit dbbe7dc

Browse files
authored
Merge pull request #2488 from quarkusio/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 5 to 7
2 parents 83f717d + 78bf301 commit dbbe7dc

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@v5
24+
uses: actions/download-artifact@v7
2525
with:
2626
run-id: ${{ github.event.workflow_run.id }}
2727
name: site

0 commit comments

Comments
 (0)