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 2875cd6 commit 6312a21Copy full SHA for 6312a21
.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
41
coverage-reports: target/site/jacoco/jacoco.xml
42
- name: Upload PR test coverage report
43
if: ${{ github.event_name == 'pull_request' }}
44
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # tag=v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # tag=v4.6.0
45
with:
46
name: pr-test-coverage-report-java-${{ matrix.java-version }}
47
path: target/site/jacoco/jacoco.xml
0 commit comments