We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f6fe0 commit 917298aCopy full SHA for 917298a
.github/workflows/gradle-ci.yml
@@ -67,7 +67,7 @@ jobs:
67
path: build/reports/tests/test
68
retention-days: 5
69
- name: Upload coverage to Codecov
70
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
71
with:
72
token: ${{ secrets.CODECOV_TOKEN }}
73
file: ./build/reports/jacoco/report.xml
.github/workflows/gradle.yml
@@ -71,7 +71,7 @@ jobs:
run: |
rm -rf ${{ runner.temp }}/.gnupg/
74
75
76
77
0 commit comments