Skip to content

Commit 3be27c7

Browse files
committed
use v4
1 parent afadec8 commit 3be27c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: |
5050
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v4
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)