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 319c026 commit 12f7667Copy full SHA for 12f7667
.github/workflows/unittest.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
nox -s unit${{ matrix.option }}-${{ matrix.python }}
44
- name: Upload coverage results
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
46
with:
47
name: coverage-artifacts
48
path: .coverage${{ matrix.option }}-${{ matrix.python }}
@@ -64,7 +64,7 @@ jobs:
64
python -m pip install --upgrade setuptools pip wheel
65
python -m pip install coverage
66
- name: Download coverage results
67
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
68
69
70
path: .coverage-results/
0 commit comments