8000
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 b36ef47 commit 4892eddCopy full SHA for 4892edd
.github/workflows/cibuildwheel.yml
@@ -108,7 +108,7 @@ jobs:
108
run: |
109
python ./ci/check_wheel_licenses.py
110
111
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
112
with:
113
name: wheels
114
path: ./dist/*.whl
.github/workflows/tests.yml
@@ -278,7 +278,7 @@ jobs:
278
- name: Upload code coverage
279
uses: codecov/codecov-action@v3
280
281
282
if: failure()
283
284
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
0 commit comments