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 f9c3a94 commit ecd1883Copy full SHA for ecd1883
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
11
- name: Set up Python 3.10
12
uses: actions/setup-python@v2
@@ -19,4 +19,6 @@ jobs:
19
run: |
20
pytest --cov --cov-report xml
21
- name: Upload coverage reports to Codecov with GitHub Action
22
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
23
+ env:
24
+ CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
0 commit comments