Skip to content

Commit 2be94eb

Browse files
Bump codecov/codecov-action from 3 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4182308 commit 2be94eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
always() &&
273273
(steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure') &&
274274
github.event_name != 'schedule'
275-
uses: codecov/codecov-action@v3
275+
uses: codecov/codecov-action@v6
276276
with:
277277
name: ${{ env.TEST_ID }}
278278
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

0 commit comments

Comments
 (0)