We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25e8c7f + a9b5a6c commit f17a7bcCopy full SHA for f17a7bc
1 file changed
.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
32
run: mvn verify --file pom.xml
33
34
- name: Upload JaCoCo coverage report artifact
35
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
36
with:
37
name: jacoco.xml
38
path: ./target/site/jacoco/jacoco.xml
0 commit comments