Skip to content

Commit cfece53

Browse files
chore(deps): update codecov/codecov-action action to v5 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78417d2 commit cfece53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Run test task
8383
run: poetry run task test --cov-report xml:coverage.xml --junitxml=unittests.xml
8484
- name: Upload coverage report to codecov
85-
uses: codecov/codecov-action@v4
85+
uses: codecov/codecov-action@v5
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
files: coverage.xml

0 commit comments

Comments
 (0)