Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 4047917

Browse files
Update actions/upload-artifact action to v6
1 parent b7ed377 commit 4047917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "| Total Number of Lines | ${{ steps.jacoco_reporter.outputs.total_lines }} |" >> $GITHUB_STEP_SUMMARY
103103
- name: Upload Code Coverage Artifacts (Push)
104104
if: ${{ github.event_name != 'pull_request' }}
105-
uses: actions/upload-artifact@v5
105+
uses: actions/upload-artifact@v6
106106
with:
107107
name: coverage-report
108108
path: "*/coverage-results.md"

0 commit comments

Comments
 (0)