Skip to content

Commit 7223290

Browse files
authored
CI: Bump codecov/codecov-action from v3 to v4 (#620)
See njzjz-bot/njzjz-bot#1.
1 parent b76ade8 commit 7223290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- name: Test
2727
run: cd tests && coverage run --source=../dpdata -m unittest && cd .. && coverage combine tests/.coverage && coverage report
2828
- name: Run codecov
29-
uses: codecov/codecov-action@v3
29+
uses: codecov/codecov-action@v4
30+
env:
31+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3032
pass:
3133
needs: [build]
3234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)