Skip to content

Commit 653ed2e

Browse files
chore(ci): upgrade to v5
1 parent f9f2198 commit 653ed2e

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
@@ -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
20+
uses: codecov/codecov-action@v5
2121
env:
2222
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)