Skip to content

Commit cf53471

Browse files
fix: try v1
1 parent 6b0638b commit cf53471

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
@@ -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
25+
uses: codecov/codecov-action@v1
2626
with:
2727
flags: smart-tests
2828
verbose: true

0 commit comments

Comments
 (0)