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.
2 parents aa5922b + 0f3caab commit a29f757Copy full SHA for a29f757
.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