Skip to content

Commit c4311f6

Browse files
chore(deps): update dawidd6/action-download-artifact action to v8 (#2092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4566d54 commit c4311f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/size-report.yml

+2-2
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@v6
38+
uses: dawidd6/action-download-artifact@v8
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@v6
57+
uses: dawidd6/action-download-artifact@v8
5858
with:
5959
branch: ${{ steps.pr-base.outputs.content }}
6060
workflow: size-data.yml

0 commit comments

Comments
 (0)