Skip to content

Commit 1aa0f60

Browse files
⬆️ Bump codecov/codecov-action from 3 to 4
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] <support@github.com>
1 parent 36d3378 commit 1aa0f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing
6565
- name: Upload to Codecov
6666
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
67-
uses: codecov/codecov-action@v3
67+
uses: codecov/codecov-action@v4
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
name: pytests

0 commit comments

Comments
 (0)