Skip to content

Commit 2672c03

Browse files
chore(ci): upgrade to v4
1 parent 2a56395 commit 2672c03

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)