We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c85f0 commit c4eff55Copy full SHA for c4eff55
.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@v2
280
281
282
if: failure()
283
284
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
0 commit comments