Skip to content

Commit 5969e96

Browse files
authored
Revert "Bump codecov/codecov-action from 3 to 4 (#623)" (#624)
1 parent 68cd81a commit 5969e96

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
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install tox
3434
- name: Run Tests
3535
run: tox -e py
36-
- uses: codecov/codecov-action@v4
36+
- uses: codecov/codecov-action@v3
3737
if: always()
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)