We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f86754 commit a1f6426Copy full SHA for a1f6426
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: ⬆️ Upload coverage report
61
if: ${{ startsWith(matrix.check, 'test:') }}
62
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
63
with:
64
use_oidc: true
65
fail_ci_if_error: true
0 commit comments