Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update actions/upload-artifact action to v6
  • Loading branch information
renovate[bot] authored Dec 12, 2025
commit e45ed38377b0e08d09e0bace34558f74d6b4fbe1
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: (Fail-only) Upload test report
if: "${{ failure() }}"
uses: actions/upload-artifact@v5.0.0
uses: actions/upload-artifact@v6.0.0
with:
name: Test report
path: build/reports
Expand Down