We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 170deda + 5067baf commit b8290c0Copy full SHA for b8290c0
.github/workflows/ci.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Install dependencies, run tests, and collect coverage
15
run: gradle build
16
- name: Upload coverage to Codecov
17
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
18
env:
19
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
0 commit comments