We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa9dac commit cefb8beCopy full SHA for cefb8be
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "branches = ${{ steps.jacoco.outputs.branches }}"
46
47
- name: Upload JaCoCo coverage report as a workflow artifact
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
49
with:
50
name: jacoco-report
51
path: target/site/jacoco/
0 commit comments