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 f30973c commit eea8c96Copy full SHA for eea8c96
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "branches = ${{ steps.jacoco.outputs.branches }}"
47
48
- name: Upload JaCoCo coverage report as a workflow artifact
49
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
50
with:
51
name: jacoco-report
52
path: target/site/jacoco/
0 commit comments