Skip to content

Commit c569a65

Browse files
Merge pull request codecov#197 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents ff093d4 + 3a93e19 commit c569a65

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run tests and collect coverage
2323
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
2424
- name: Upload coverage to Codecov
25-
uses: codecov/codecov-action@v4-beta
25+
uses: codecov/codecov-action@v4
2626
with:
2727
flags: smart-tests
2828
verbose: true

0 commit comments

Comments
 (0)