Skip to content

Commit aafde00

Browse files
Bump codecov/codecov-action from 4.5.0 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.1.2. - [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.5.0...v5.1.2) --- 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 9508809 commit aafde00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration-pip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: pytest --cov=./ --cov-report=xml
6464

6565
- name: Upload coverage
66-
uses: codecov/codecov-action@v4.5.0
66+
uses: codecov/codecov-action@v5.1.2
6767

6868
# test-windows:
6969
# needs: [code_lint]
@@ -95,7 +95,7 @@ jobs:
9595
# run: pytest --cov=./ --cov-report=xml
9696

9797
# - name: Upload coverage
98-
# uses: codecov/codecov-action@v4.5.0
98+
# uses: codecov/codecov-action@v5.1.2
9999

100100
testing_mac_intel:
101101
needs: [code_lint]
@@ -127,4 +127,4 @@ jobs:
127127
run: pytest --cov=./ --cov-report=xml
128128

129129
- name: Upload coverage
130-
uses: codecov/codecov-action@v4.5.0
130+
uses: codecov/codecov-action@v5.1.2

0 commit comments

Comments
 (0)