Skip to content

Commit 7c9abb3

Browse files
dependabot[bot]thaJeztah
authored andcommitted
build(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5329311 commit 7c9abb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
targets: test
3636
-
3737
name: Upload coverage
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
40-
file: ./coverage.txt
40+
files: ./coverage.txt
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

4343
example:

0 commit comments

Comments
 (0)