We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0778b05 + f121543 commit 57d7593Copy full SHA for 57d7593
.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # tag=v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
45
with:
46
name: pr-test-coverage-report-java-${{ matrix.java-version }}
47
path: target/site/jacoco/jacoco.xml
0 commit comments