Skip to content

Commit 71a1df4

Browse files
Bump codecov/codecov-action from 4.0.1 to 4.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.3.0. - [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.0.1...v4.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9abcb8e commit 71a1df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fortnightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
6060
- name: Upload coverage to codecov
6161
if: ${{ contains(matrix.toxenv,'-cov') }}
62-
uses: codecov/codecov-action@v4.0.1
62+
uses: codecov/codecov-action@v4.3.0
6363
with:
6464
file: ./coverage.xml

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5656
- name: Upload coverage to codecov
5757
if: ${{ contains(matrix.toxenv,'-cov') }}
58-
uses: codecov/codecov-action@v4.0.1
58+
uses: codecov/codecov-action@v4.3.0
5959
with:
6060
file: ./coverage.xml
6161
documentation:

0 commit comments

Comments
 (0)