Skip to content

Commit c1ac829

Browse files
dependabot[bot]effigies
authored andcommitted
Build(deps): 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] <[email protected]> Update .github/workflows/test.yml
1 parent 5e4f2f9 commit c1ac829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,11 @@ jobs:
162162
run: tox c
163163
- name: Run tox
164164
run: tox -v --exit-and-dump-after 1200
165-
- uses: codecov/codecov-action@v3
165+
- uses: codecov/codecov-action@v4
166166
if: ${{ always() }}
167167
with:
168168
files: cov.xml
169+
token: ${{ secrets.CODECOV_TOKEN }}
169170
- name: Upload pytest test results
170171
uses: actions/upload-artifact@v4
171172
with:

0 commit comments

Comments
 (0)