Skip to content

Commit 7979fb1

Browse files
committed
Update gh actions
1 parent 8201e7e commit 7979fb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: bundle_analysis.json
5656

5757
- name: Download base branch bundle stats
58-
uses: dawidd6/action-download-artifact@v2
58+
uses: dawidd6/action-download-artifact@v6
5959
if: success() && github.event.number
6060
with:
6161
workflow: analyze.yml

.github/workflows/analyze_comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
github.event.workflow_run.conclusion == 'success' }}
1515
steps:
1616
- name: Download base branch bundle stats
17-
uses: dawidd6/action-download-artifact@v2
17+
uses: dawidd6/action-download-artifact@v6
1818
with:
1919
workflow: analyze.yml
2020
run_id: ${{ github.event.workflow_run.id }}
2121
name: analysis_comment.txt
2222
path: analysis_comment.txt
2323

2424
- name: Download PR number
25-
uses: dawidd6/action-download-artifact@v2
25+
uses: dawidd6/action-download-artifact@v6
2626
with:
2727
workflow: analyze.yml
2828
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)