We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b7e8d commit 77f5f1dCopy full SHA for 77f5f1d
.github/workflows/CI.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Build
26
run: mvn -Pjacoco clean verify --batch-mode --show-version
27
- name: Upload coverage to Codecov
28
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
+ uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
29
with:
30
file: ./target/site/jacoco/jacoco.xml
0 commit comments