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 01ff603 commit 261fb7cCopy full SHA for 261fb7c
.github/workflows/size-report.yml
@@ -36,14 +36,14 @@ jobs:
36
run: pnpm install
37
38
- name: Download Size Data
39
- uses: dawidd6/action-download-artifact@v4
+ uses: dawidd6/action-download-artifact@v6
40
with:
41
name: size-data
42
run_id: ${{ github.event.workflow_run.id }}
43
path: temp/size
44
45
- name: Download Previous Size Data
46
47
48
branch: main
49
workflow: size-data.yml
0 commit comments