Skip to content

Commit e26253f

Browse files
fix: set back to main
1 parent 42da616 commit e26253f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app
1919
- name: Upload coverage to Codecov (arg token)
20-
uses: codecov/codecov-action@th/bump-scripts-and-logging
20+
uses: codecov/codecov-action@main
2121
with:
2222
fail_ci_if_error: true
2323
token: ${{ secrets.CODECOV_TOKEN }}
2424
verbose: true
2525
- name: Upload coverage to Codecov (env token)
26-
uses: codecov/codecov-action@th/bump-scripts-and-logging
26+
uses: codecov/codecov-action@main
2727
with:
2828
fail_ci_if_error: true
2929
verbose: true
3030
env:
3131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3232
- name: Upload coverage to Codecov (no token)
33-
uses: codecov/codecov-action@th/bump-scripts-and-logging
33+
uses: codecov/codecov-action@main
3434
with:
3535
fail_ci_if_error: true
3636
verbose: true
3737
- name: Upload coverage to Codecov (oidc)
38-
uses: codecov/codecov-action@th/bump-scripts-and-logging
38+
uses: codecov/codecov-action@main
3939
with:
4040
fail_ci_if_error: true
4141
use_oidc: true

0 commit comments

Comments
 (0)