Skip to content

Commit bcc52ae

Browse files
build(deps): bump dawidd6/action-download-artifact from 19 to 20
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v19...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3791f5 commit bcc52ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/surge-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' && github.repository == 'doocs/md'
1313
steps:
1414
- name: Download PR artifact
15-
uses: dawidd6/action-download-artifact@v19
15+
uses: dawidd6/action-download-artifact@v20
1616
with:
1717
workflow: ${{ github.event.workflow_run.workflow_id }}
1818
run_id: ${{ github.event.workflow_run.id }}
@@ -29,7 +29,7 @@ jobs:
2929
echo "id=$pr_id" >> $GITHUB_OUTPUT
3030
3131
- name: Download dist artifact
32-
uses: dawidd6/action-download-artifact@v19
32+
uses: dawidd6/action-download-artifact@v20
3333
with:
3434
workflow: ${{ github.event.workflow_run.workflow_id }}
3535
run_id: ${{ github.event.workflow_run.id }}
@@ -76,7 +76,7 @@ jobs:
7676
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' && github.repository == 'doocs/md'
7777
steps:
7878
- name: Download PR artifact
79-
uses: dawidd6/action-download-artifact@v19
79+
uses: dawidd6/action-download-artifact@v20
8080
with:
8181
workflow: ${{ github.event.workflow_run.workflow_id }}
8282
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)