Skip to content

Commit 6c1e6de

Browse files
authored
Update codecov actions
1 parent 627032c commit 6c1e6de

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Codecov
88
steps:
9-
- name: Checkout repository
10-
uses: actions/checkout@v2
11-
- name: Setup python
12-
uses: actions/setup-python@v2
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
1311
with:
1412
python-version: '3.12'
1513
- name: Install dependencies
1614
run: pip install codecov tox tox-gh-actions
17-
- name: Run tox
15+
- name: Run tests
1816
run: tox
1917
- uses: codecov/codecov-action@v1
2018
with:

0 commit comments

Comments
 (0)