Skip to content

Commit cf0dcf4

Browse files
authored
Revert "chore(deps): bump codecov/codecov-action from 3 to 4 (#276)" (#277)
This reverts commit 581b87e.
1 parent 581b87e commit cf0dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
isort -c --diff .
4848
4949
- name: Send coverage report
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v3
5151
if: matrix.python-version == 3.11
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)