Skip to content

Commit f7c20fb

Browse files
Bump codecov/codecov-action from 4 to 5 in the actions group (#708)
* Bump codecov/codecov-action from 4 to 5 in the actions group Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Use `files` instead of deprecated `file`. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ezio Melotti <[email protected]>
1 parent 08115d6 commit f7c20fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
run: |
4141
uvx --with tox-uv tox -e py
4242
43-
- uses: codecov/codecov-action@v4
43+
- uses: codecov/codecov-action@v5
4444
if: always()
4545
with:
46-
file: ./coverage.xml
46+
files: ./coverage.xml
4747
flags: Python_${{ matrix.python-version }}
4848
env:
4949
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)