We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b7bf5 commit 93d663aCopy full SHA for 93d663a
.github/workflows/size-report.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm install
38
39
- name: Download Size Data
40
- uses: dawidd6/action-download-artifact@v7
+ uses: dawidd6/action-download-artifact@v9
41
with:
42
name: size-data
43
run_id: ${{ github.event.workflow_run.id }}
@@ -56,7 +56,7 @@ jobs:
56
path: temp/size/base.txt
57
58
- name: Download Previous Size Data
59
60
61
branch: ${{ steps.pr-base.outputs.content }}
62
workflow: size-data.yml
0 commit comments