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.
2 parents 5ffec09 + c091622 commit aafd5aeCopy full SHA for aafd5ae
.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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # tag=v4.3.5
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # tag=v4.3.6
45
with:
46
name: pr-test-coverage-report-java-${{ matrix.java-version }}
47
path: target/site/jacoco/jacoco.xml
0 commit comments