We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5922b commit 0f3caabCopy full SHA for 0f3caab
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
9
- name: Set up Python 3.10
10
uses: actions/setup-python@v4
11
with:
@@ -15,6 +15,6 @@ jobs:
15
- name: Run tests and collect coverage
16
run: pytest --cov app
17
- name: Upload coverage to Codecov
18
- uses: codecov/codecov-action@v4.0.0-beta.2
+ uses: codecov/codecov-action@v4
19
env:
20
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments