Skip to content

Commit 3d23723

Browse files
dependabot[bot]martinbaillie
authored andcommitted
Bump codecov/codecov-action from 4.1.0 to 4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.5.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@v4.1.0...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 265b9a7 commit 3d23723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: DeterminateSystems/nix-installer-action@main
99
- uses: DeterminateSystems/magic-nix-cache-action@main
1010
- run: nix develop --command bash -c "lint && integration"
11-
- uses: codecov/codecov-action@v4.1.0
11+
- uses: codecov/codecov-action@v4.5.0
1212
with:
1313
token: ${{ secrets.CODECOV_TOKEN }}
1414
file: test/coverage.out

0 commit comments

Comments
 (0)