Skip to content

Commit a29f757

Browse files
Merge pull request #149 from codecov/codecov-action-v4
chore(ci): upgrade to codecov v4
2 parents aa5922b + 0f3caab commit a29f757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v4
99
- name: Set up Python 3.10
1010
uses: actions/setup-python@v4
1111
with:
@@ -15,6 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: pytest --cov app
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v4.0.0-beta.2
18+
uses: codecov/codecov-action@v4
1919
env:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)