Skip to content

Commit

Permalink
fix(repo): Update actions/upload-artifacts to v4 (#4912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Jan 16, 2025
1 parent 736f0c9 commit 85fbb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: pnpm turbo lint $TURBO_ARGS --only -- --quiet

- name: Upload Turbo Summary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ env.TURBO_SUMMARIZE == 'true' }}
continue-on-error: true
with:
Expand Down

0 comments on commit 85fbb8b

Please sign in to comment.