We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02b7b1 commit f9c845cCopy full SHA for f9c845c
.github/workflows/size-report.yml
@@ -36,7 +36,7 @@ jobs:
36
run: pnpm install
37
38
- name: Download PR number
39
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v3
40
with:
41
name: pr-number
42
run_id: ${{ github.event.workflow_run.id }}
@@ -48,14 +48,14 @@ jobs:
48
path: ./pr.txt
49
50
- name: Download Size Data
51
52
53
name: size-data
54
55
path: temp/size
56
57
- name: Download Previous Size Data
58
59
60
branch: main
61
workflow: size-data.yml
0 commit comments