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 81113c1 commit d0abfb1Copy full SHA for d0abfb1
.github/workflows/test.yml
@@ -154,13 +154,13 @@ jobs:
154
use_coverage: true
155
156
steps:
157
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
158
with:
159
fetch-depth: 0
160
persist-credentials: false
161
162
- name: Set up Python ${{ matrix.python }}
163
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
164
165
python-version: ${{ matrix.python }}
166
@@ -183,7 +183,7 @@ jobs:
183
184
- name: Upload coverage to Codecov
185
if: "matrix.use_coverage"
186
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
187
188
fail_ci_if_error: true
189
files: ./coverage.xml
0 commit comments