Skip to content

Commit caa1a6d

Browse files
chore(deps): update github artifact actions (major) (#1100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c23e915 commit caa1a6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/size-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sparse-checkout-cone-mode: false
2626

2727
- name: ⏬ Download artifacts from workflow run
28-
uses: actions/download-artifact@v5
28+
uses: actions/download-artifact@v6
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/size.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: echo "${{ github.event.pull_request.number }}" > pr-number.txt
3838

3939
- name: ⏫ Upload stats.json
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: head-stats
4343
path: ./packages/*/stats.json
4444

4545
- name: ⏫ Upload PR number
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: pr-number
4949
path: pr-number.txt
@@ -71,7 +71,7 @@ jobs:
7171
run: pnpm build
7272

7373
- name: ⏫ Upload stats.json
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: base-stats
7777
path: ./packages/*/stats.json

0 commit comments

Comments
 (0)