We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b17de commit 3c18797Copy full SHA for 3c18797
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Generate code coverage
41
run: nix build .#coverage --accept-flake-config --print-build-logs
42
- name: Upload coverage to Codecov
43
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
files: result
0 commit comments