Skip to content

Commit 838f2dd

Browse files
chore(deps): update dawidd6/action-download-artifact action to v11
1 parent 88692d3 commit 838f2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/size-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install --frozen-lockfile
3939

4040
- name: Download Size Data
41-
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
41+
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
4242
with:
4343
name: size-data
4444
run_id: ${{ github.event.workflow_run.id }}
@@ -57,7 +57,7 @@ jobs:
5757
path: temp/size/base.txt
5858

5959
- name: Download Previous Size Data
60-
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
60+
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
6161
with:
6262
branch: ${{ steps.pr-base.outputs.content }}
6363
workflow: size-data.yml

0 commit comments

Comments
 (0)