Skip to content

Commit 6f28935

Browse files
Merge pull request #19 from codecov/switch-to-v4-beta
Switch to v4 beta
2 parents de88f56 + 3c47281 commit 6f28935

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
@@ -19,6 +19,6 @@ jobs:
1919
run: |
2020
pytest --cov --cov-report xml
2121
- name: Upload coverage reports to Codecov with GitHub Action
22-
uses: codecov/codecov-action@v4
22+
uses: codecov/codecov-action@v4-beta
2323
env:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)