Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 8d8abf8

Browse files
Bump dawidd6/action-download-artifact from 8 to 9 (#1679)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a82daa commit 8d8abf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/preview-deploy.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@v8
15+
uses: dawidd6/action-download-artifact@v9
1616
with:
1717
workflow: ${{ github.event.workflow_run.workflow_id }}
1818
name: pr
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=id::$(<pr-id.txt)"
2323

2424
- name: Download dist artifact
25-
uses: dawidd6/action-download-artifact@v8
25+
uses: dawidd6/action-download-artifact@v9
2626
with:
2727
workflow: ${{ github.event.workflow_run.workflow_id }}
2828
workflow_conclusion: success
@@ -60,7 +60,7 @@ jobs:
6060
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
6161
steps:
6262
- name: Download PR artifact
63-
uses: dawidd6/action-download-artifact@v8
63+
uses: dawidd6/action-download-artifact@v9
6464
with:
6565
workflow: ${{ github.event.workflow_run.workflow_id }}
6666
name: pr

0 commit comments

Comments
 (0)