diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index a745b68c42..b95eb4633c 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -108,7 +108,7 @@ jobs: run: | python ./ci/check_wheel_licenses.py - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: wheels path: ./dist/*.whl diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1ce6122d4..932f8d2a8e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -278,7 +278,7 @@ jobs: - name: Upload code coverage uses: codecov/codecov-action@v3 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"