Skip to content

Commit 9abcb8e

Browse files
Bump codecov/codecov-action from 3.1.2 to 4.0.1 (#78)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 4.0.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@v3.1.2...v4.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b236252 commit 9abcb8e

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@v3.1.2
62+
uses: codecov/codecov-action@v4.0.1
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@v3.1.2
58+
uses: codecov/codecov-action@v4.0.1
5959
with:
6060
file: ./coverage.xml
6161
documentation:

0 commit comments

Comments
 (0)