Skip to content

Commit 32e8a73

Browse files
committed
Update codecov action to avoid warning
1 parent b6f2971 commit 32e8a73

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
@@ -55,7 +55,7 @@ jobs:
5555
python -m pytest -r sx
5656
- name: Report coverage with Codecov
5757
if: github.event_name == 'push' && matrix.python-version == 3.9 && matrix.os == 'ubuntu-latest'
58-
uses: codecov/codecov-action@v1
58+
uses: codecov/codecov-action@v3
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
file: ./coverage.xml

0 commit comments

Comments
 (0)