Skip to content

Commit c8a1ef5

Browse files
Merge pull request #68 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents 2a56395 + 2672c03 commit c8a1ef5

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
@@ -17,6 +17,6 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app
1919
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@v4-beta
20+
uses: codecov/codecov-action@v4
2121
env:
2222
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)