Skip to content

Commit 4dcb3b3

Browse files
authored
Update .github/workflows/ci.yml
1 parent f28b199 commit 4dcb3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
poetry run pytest --cov=abcd --cov-report xml --cov-report term:skip-covered
3232
3333
- name: Upload coverage reports to Codecov
34-
uses: codecov/codecov-action@v4.0.1
34+
uses: codecov/codecov-action@v4.4.1
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737

0 commit comments

Comments
 (0)