Skip to content

Commit 86b1964

Browse files
authored
Merge pull request #52 from resteasy/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 5 to 8
2 parents f53604d + b60ff8a commit 86b1964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
actions: read
2020
steps:
2121
- name: Download generated site
22-
uses: actions/download-artifact@v5
22+
uses: actions/download-artifact@v8
2323
with:
2424
name: generated-site
2525
path: ./site
2626
run-id: ${{ github.event.workflow_run.id }}
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Download PR number
30-
uses: actions/download-artifact@v5
30+
uses: actions/download-artifact@v8
3131
with:
3232
name: pr-number
3333
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)