Skip to content

Commit 85fbb8b

Browse files
authored
fix(repo): Update actions/upload-artifacts to v4 (#4912)
1 parent 736f0c9 commit 85fbb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: pnpm turbo lint $TURBO_ARGS --only -- --quiet
9292

9393
- name: Upload Turbo Summary
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
if: ${{ env.TURBO_SUMMARIZE == 'true' }}
9696
continue-on-error: true
9797
with:

0 commit comments

Comments
 (0)