Skip to content

Commit 1690107

Browse files
chore(deps): bump dawidd6/action-download-artifact
Bumps the github_actions group with 1 update in the /.github/workflows directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 2 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0f573f commit 1690107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/preview-deploy.yml

+3-3
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@v2
15+
uses: dawidd6/action-download-artifact@v6
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@v2
25+
uses: dawidd6/action-download-artifact@v6
2626
with:
2727
workflow: ${{ github.event.workflow_run.workflow_id }}
2828
workflow_conclusion: success
@@ -69,7 +69,7 @@ jobs:
6969
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
7070
steps:
7171
- name: download pr artifact
72-
uses: dawidd6/action-download-artifact@v2
72+
uses: dawidd6/action-download-artifact@v6
7373
with:
7474
workflow: ${{ github.event.workflow_run.workflow_id }}
7575
name: pr

0 commit comments

Comments
 (0)