Skip to content

Commit 6ceeda0

Browse files
ci(deps): update codecov/codecov-action action to v5 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d4bce0 commit 6ceeda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tox
4242
4343
- name: Upload Coverage to Codecov
44-
uses: "codecov/codecov-action@v4"
44+
uses: "codecov/codecov-action@v5"
4545
with:
4646
fail_ci_if_error: true
4747
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tox
4545
4646
- name: Upload Coverage to Codecov
47-
uses: "codecov/codecov-action@v4"
47+
uses: "codecov/codecov-action@v5"
4848
with:
4949
fail_ci_if_error: true
5050
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)