Skip to content

Commit 3080947

Browse files
committed
upgraded the upload-artifact to v4
1 parent aac3ce9 commit 3080947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mvn jacoco:prepare-agent jacoco:report
2323

2424
- name: Upload Code Coverage Report
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: code-coverage-report
2828
path: target/site/jacoco

0 commit comments

Comments
 (0)