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 47cc29c + 8544059 commit 9f14c73Copy full SHA for 9f14c73
.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@65462800fd760344b1a7b4382951275a0abb4808 # tag=v4.3.3
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v4.3.4
45
with:
46
name: pr-test-coverage-report-java-${{ matrix.java-version }}
47
path: target/site/jacoco/jacoco.xml
0 commit comments