Skip to content

Commit cbed738

Browse files
ci(deps): bump codecov/codecov-action from 4 to 5 (#2)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dad6b0a commit cbed738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest-fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Upload coverage to Codecov
6565
if: always()
66-
uses: codecov/codecov-action@v4
66+
uses: codecov/codecov-action@v5
6767
with:
6868
file: ./coverage.xml
6969
fail_ci_if_error: false

.github/workflows/pytest-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Upload coverage to Codecov
4848
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu'
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
with:
5151
file: ./coverage.xml
5252
fail_ci_if_error: false

0 commit comments

Comments
 (0)