Skip to content

Commit

Permalink
chore(deps): update dawidd6/action-download-artifact action to v8 (#2092
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent 4566d54 commit c4311f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Download Size Data
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
with:
name: size-data
run_id: ${{ github.event.workflow_run.id }}
Expand All @@ -54,7 +54,7 @@ jobs:
path: temp/size/base.txt

- name: Download Previous Size Data
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v8
with:
branch: ${{ steps.pr-base.outputs.content }}
workflow: size-data.yml
Expand Down

0 comments on commit c4311f6

Please sign in to comment.