Skip to content

Commit 23995c6

Browse files
chore(deps): update dawidd6/action-download-artifact action to v20
1 parent 8e31097 commit 23995c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/comment-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event.workflow_run.conclusion == 'success'
1717
steps:
1818
- name: download pr artifact
19-
uses: dawidd6/action-download-artifact@v2
19+
uses: dawidd6/action-download-artifact@v20
2020
with:
2121
workflow: ${{ github.event.workflow_run.workflow_id }}
2222
name: pr
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::set-output name=id::$(<pr-id.txt)"
2727

2828
- name: download analysis comment
29-
uses: dawidd6/action-download-artifact@v2
29+
uses: dawidd6/action-download-artifact@v20
3030
with:
3131
workflow: ${{ github.event.workflow_run.workflow_id }}
3232
name: analysis_comment

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: .next/analyze/__bundle_analysis.json
6666

6767
- name: Download base branch bundle stats
68-
uses: dawidd6/action-download-artifact@v2
68+
uses: dawidd6/action-download-artifact@v20
6969
if: success() && github.event.number
7070
with:
7171
workflow: nextjs_bundle_analysis.yml

0 commit comments

Comments
 (0)