Skip to content

Commit a171a38

Browse files
Merge pull request #150 from codecov/switch-to-v4-beta
Switch to v4 beta
2 parents a29f757 + 1847541 commit a171a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: pytest --cov app
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v4
18+
uses: codecov/codecov-action@v4-beta
1919
env:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)