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

Commit de16dc6

Browse files
Bump dawidd6/action-download-artifact from 9 to 10
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 310dfbd commit de16dc6

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@v9
15+
uses: dawidd6/action-download-artifact@v10
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@v9
25+
uses: dawidd6/action-download-artifact@v10
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@v9
63+
uses: dawidd6/action-download-artifact@v10
6464
with:
6565
workflow: ${{ github.event.workflow_run.workflow_id }}
6666
name: pr

0 commit comments

Comments
 (0)