Skip to content

Commit 7e29511

Browse files
Bump codecov/codecov-action from 4 to 5 (#45)
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-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc4a490 commit 7e29511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: just test
5555

5656
- name: Upload test coverage reports to Codecov with GitHub Action
57-
uses: codecov/codecov-action@v4
57+
uses: codecov/codecov-action@v5
5858

5959
- name: Run tests with lowest resolution
6060
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)