Skip to content

Commit efa6798

Browse files
Bump codecov/codecov-action from 5.3.0 to 5.3.1 (#30)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65df3b commit efa6798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: pytest --cov
6464
- if: matrix.python-version == '3.13'
6565
name: Upload to Codecov
66-
uses: codecov/[email protected].0
66+
uses: codecov/[email protected].1
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
- name: Run Module

0 commit comments

Comments
 (0)