Skip to content

Commit a378c2a

Browse files
authored
ci(deps): revert bump codecov/codecov-action from 3 to 4 (#849)
This reverts commit b8c0c7c.
1 parent b8c0c7c commit a378c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash
3232
- name: Upload coverage to Codecov
3333
if: runner.os == 'Linux'
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v3
3535
with:
3636
token: ${{secrets.CODECOV_TOKEN}}
3737
file: ./coverage.xml

0 commit comments

Comments
 (0)