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