diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 39b9c46d61a4..a570f1100de9 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -123,7 +123,7 @@ jobs: run: | python ./ci/check_wheel_licenses.py - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: wheels path: ./dist/*.whl diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f2cb2bd7fef..c05ec71aca67 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -265,7 +265,7 @@ jobs: - name: Upload code coverage uses: codecov/codecov-action@v2 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"