Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 01ff603 commit 261fb7c
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 @@ -36,14 +36,14 @@ jobs:
run: pnpm install

- name: Download Size Data
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v6
with:
name: size-data
run_id: ${{ github.event.workflow_run.id }}
path: temp/size

- name: Download Previous Size Data
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v6
with:
branch: main
workflow: size-data.yml
Expand Down

0 comments on commit 261fb7c

Please sign in to comment.