We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b030ec + bed4f07 commit 26c715eCopy full SHA for 26c715e
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@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
37
with:
38
name: jacoco.xml
39
path: ./target/site/jacoco/jacoco.xml
0 commit comments