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 f809bb3 commit 99d850eCopy full SHA for 99d850e
.github/workflows/size-report.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pnpm install --frozen-lockfile
36
37
- name: Download Size Data
38
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v11
39
with:
40
name: size-data
41
run_id: ${{ github.event.workflow_run.id }}
@@ -54,7 +54,7 @@ jobs:
54
path: temp/size/base.txt
55
56
- name: Download Previous Size Data
57
58
59
branch: ${{ steps.pr-base.outputs.content }}
60
workflow: size-data.yml
0 commit comments