Skip to content

Commit 083afd6

Browse files
dependabot[bot]ivanov
authored andcommitted
Build(deps): Bump codecov/codecov-action from 3 to 4 (pydata#1706)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f54b7a5 commit 083afd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: pytest -m "not a11y" --color=yes --cov --cov-report=xml
9595
- name: Upload to Codecov
9696
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
97-
uses: codecov/codecov-action@v3
97+
uses: codecov/codecov-action@v4
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100
fail_ci_if_error: true

0 commit comments

Comments
 (0)