Skip to content

Commit 9066948

Browse files
Bump codecov/codecov-action from 3 to 5 in /.github/workflows
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7f9b33 commit 9066948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/unit-tests.yml

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

0 commit comments

Comments
 (0)