Skip to content

Commit 5fcb1cc

Browse files
chore(deps): update dawidd6/action-download-artifact action to v11
1 parent 6189db2 commit 5fcb1cc

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
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm install --frozen-lockfile
3636

3737
- name: Download Size Data
38-
uses: dawidd6/action-download-artifact@v8
38+
uses: dawidd6/action-download-artifact@v11
3939
with:
4040
name: size-data
4141
run_id: ${{ github.event.workflow_run.id }}
@@ -54,7 +54,7 @@ jobs:
5454
path: temp/size/base.txt
5555

5656
- name: Download Previous Size Data
57-
uses: dawidd6/action-download-artifact@v8
57+
uses: dawidd6/action-download-artifact@v11
5858
with:
5959
branch: ${{ steps.pr-base.outputs.content }}
6060
workflow: size-data.yml

0 commit comments

Comments
 (0)