Skip to content

Commit 2ba38de

Browse files
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [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.3.1...v5.4.0) --- 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>
1 parent e3ceaae commit 2ba38de

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.3.1
43+
uses: codecov/codecov-action@v5.4.0
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: result

0 commit comments

Comments
 (0)