We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact@v4
1 parent 9d061f5 commit b25e11dCopy full SHA for b25e11d
.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@v2
+ uses: actions/upload-artifact@v4
50
with:
51
name: jacoco-report
52
path: target/site/jacoco/
0 commit comments