Skip to content

Commit 630845f

Browse files
⬆️ Update codecov/codecov-action action to v5 (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d850632 commit 630845f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare and not render' -n auto
8181

8282
- name: Upload coverage report
83-
uses: codecov/codecov-action@v4
83+
uses: codecov/codecov-action@v5
8484
with:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686
flags: smoke-test
@@ -114,7 +114,7 @@ jobs:
114114
run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto
115115

116116
- name: Upload coverage report
117-
uses: codecov/codecov-action@v4
117+
uses: codecov/codecov-action@v5
118118
with:
119119
token: ${{ secrets.CODECOV_TOKEN }}
120120
flags: all-test

0 commit comments

Comments
 (0)