Skip to content

Commit d20e90d

Browse files
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]>
1 parent 2977354 commit d20e90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-javascript-jest-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Send unit tests coverage to Codecov
107107
if: runner.os == 'Linux'
108-
uses: codecov/codecov-action@v4
108+
uses: codecov/codecov-action@v5
109109
with:
110110
# Even though the file is specified via the `file` input. The action still pointlessly searches for the file
111111
# by default.

0 commit comments

Comments
 (0)