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 a9e9a41 commit 1afa849Copy full SHA for 1afa849
1 file changed
.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@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
+ uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
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