Skip to content

Commit 4b56610

Browse files
authored
build(deps): update codecov/codecov-action action to v5 (#1859)
1 parent 2e7629e commit 4b56610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: poetry run poe test --cov=./ --cov-report=xml -ra .
7878
- name: Upload coverage to Codecov
7979
continue-on-error: true
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v5
8181
env:
8282
OS: ${{ matrix.os }}
8383
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)