We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2162ff0 commit 19624efCopy full SHA for 19624ef
.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.3.1
+ uses: codecov/codecov-action@v5.4.0
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
files: result
0 commit comments