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 88692d3 commit 838f2ddCopy full SHA for 838f2dd
.github/workflows/size-report.yml
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm install --frozen-lockfile
39
40
- name: Download Size Data
41
- uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
+ uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
42
with:
43
name: size-data
44
run_id: ${{ github.event.workflow_run.id }}
@@ -57,7 +57,7 @@ jobs:
57
path: temp/size/base.txt
58
59
- name: Download Previous Size Data
60
61
62
branch: ${{ steps.pr-base.outputs.content }}
63
workflow: size-data.yml
0 commit comments