Skip to content

Commit 5f468ef

Browse files
committed
[ci] Update dawidd6/action-download-artifact from 12 to 15
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent f965a45 commit 5f468ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/surge-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1313
steps:
1414
- name: download pr artifact
15-
uses: dawidd6/action-download-artifact@v12
15+
uses: dawidd6/action-download-artifact@v15
1616
with:
1717
workflow: ${{ github.event.workflow_run.workflow_id }}
1818
name: pr
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "id=$(<pr-id.txt)" >> $GITHUB_OUTPUT
2828

2929
- name: download dist artifact
30-
uses: dawidd6/action-download-artifact@v12
30+
uses: dawidd6/action-download-artifact@v15
3131
with:
3232
workflow: ${{ github.event.workflow_run.workflow_id }}
3333
workflow_conclusion: success
@@ -68,7 +68,7 @@ jobs:
6868
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
6969
steps:
7070
- name: download pr artifact
71-
uses: dawidd6/action-download-artifact@v12
71+
uses: dawidd6/action-download-artifact@v15
7272
with:
7373
workflow: ${{ github.event.workflow_run.workflow_id }}
7474
name: pr

0 commit comments

Comments
 (0)