Skip to content

Commit abf21fe

Browse files
chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#205)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3189340 commit abf21fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Generate code coverage
4141
run: nix build .#coverage --accept-flake-config --print-build-logs
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v5.0.7
43+
uses: codecov/codecov-action@v5.1.1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: result

0 commit comments

Comments
 (0)