Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit e441cba

Browse files
chore(deps): update dawidd6/action-download-artifact action to v6 [security]
1 parent 88c15e7 commit e441cba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ 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@v2
15+
uses: dawidd6/action-download-artifact@v6
1616
with:
1717
workflow: ${{ github.event.workflow_run.workflow_id }}
1818
name: pr
1919
- name: save PR id
2020
id: pr
2121
run: echo "::set-output name=id::$(<pr-id.txt)"
2222
- name: download dist artifact
23-
uses: dawidd6/action-download-artifact@v2
23+
uses: dawidd6/action-download-artifact@v6
2424
with:
2525
workflow: ${{ github.event.workflow_run.workflow_id }}
2626
workflow_conclusion: success
@@ -52,7 +52,7 @@ jobs:
5252
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
5353
steps:
5454
- name: download pr artifact
55-
uses: dawidd6/action-download-artifact@v2
55+
uses: dawidd6/action-download-artifact@v6
5656
with:
5757
workflow: ${{ github.event.workflow_run.workflow_id }}
5858
name: pr

0 commit comments

Comments
 (0)