Skip to content

Commit e17685e

Browse files
chore(deps): update dawidd6/action-download-artifact action to v19 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dd32b8 commit e17685e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-pr-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event.workflow_run.conclusion == 'success'
1515
steps:
1616
- name: download pr artifact
17-
uses: dawidd6/action-download-artifact@v6
17+
uses: dawidd6/action-download-artifact@v19
1818
with:
1919
workflow: ${{ github.event.workflow_run.workflow_id }}
2020
run_id: ${{ github.event.workflow_run.id }}
@@ -23,7 +23,7 @@ jobs:
2323
id: pr
2424
run: echo "id=$(<pr-id.txt)" >> $GITHUB_OUTPUT
2525
- name: download _site artifact
26-
uses: dawidd6/action-download-artifact@v6
26+
uses: dawidd6/action-download-artifact@v19
2727
with:
2828
workflow: ${{ github.event.workflow_run.workflow_id }}
2929
run_id: ${{ github.event.workflow_run.id }}
@@ -72,7 +72,7 @@ jobs:
7272
github.event.workflow_run.conclusion == 'failure'
7373
steps:
7474
- name: download pr artifact
75-
uses: dawidd6/action-download-artifact@v6
75+
uses: dawidd6/action-download-artifact@v19
7676
with:
7777
workflow: ${{ github.event.workflow_run.workflow_id }}
7878
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)