Skip to content

Commit 261fb7c

Browse files
chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01ff603 commit 261fb7c

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
@@ -36,14 +36,14 @@ jobs:
3636
run: pnpm install
3737

3838
- name: Download Size Data
39-
uses: dawidd6/action-download-artifact@v4
39+
uses: dawidd6/action-download-artifact@v6
4040
with:
4141
name: size-data
4242
run_id: ${{ github.event.workflow_run.id }}
4343
path: temp/size
4444

4545
- name: Download Previous Size Data
46-
uses: dawidd6/action-download-artifact@v4
46+
uses: dawidd6/action-download-artifact@v6
4747
with:
4848
branch: main
4949
workflow: size-data.yml

0 commit comments

Comments
 (0)