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 40269c3 commit 281cdf4Copy full SHA for 281cdf4
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "branches = ${{ steps.jacoco.outputs.branches }}"
41
42
- name: Upload JaCoCo coverage report as a workflow artifact
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
with:
45
name: jacoco-report
46
path: target/site/jacoco/
0 commit comments