Skip to content

Commit 839a886

Browse files
Bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab1ea93 commit 839a886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "CODECOV_TOKEN=$CODECOV_TOKEN" >> "$GITHUB_ENV"
5252
5353
- name: Upload coverage report to Codecov
54-
uses: codecov/codecov-action@v3
54+
uses: codecov/codecov-action@v5
5555
with:
5656
file: "${{ env.COVERAGE_DATA_PATH }}"
5757
fail_ci_if_error: true

0 commit comments

Comments
 (0)