We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac3ce9 commit 3080947Copy full SHA for 3080947
.github/workflows/coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
run: mvn jacoco:prepare-agent jacoco:report
23
24
- name: Upload Code Coverage Report
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
with:
27
name: code-coverage-report
28
path: target/site/jacoco
0 commit comments