We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e471e commit 575be37Copy full SHA for 575be37
.github/workflows/coverage.yml
@@ -31,7 +31,7 @@ jobs:
31
run: just test-coverage-codecov
32
33
- name: Upload coverage to Codecov
34
- uses: codecov/codecov-action@v4.3.1
+ uses: codecov/codecov-action@v4.4.1
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
files: codecov.json
0 commit comments