diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index ef1f15a219..6a2f5bf3fc 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -102,7 +102,7 @@ jobs: run: | python ./ci/check_wheel_licenses.py - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v5 with: name: wheels path: ./dist/*.whl diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01fb18e065..991ca438ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -232,7 +232,7 @@ jobs: - name: Upload code coverage uses: codecov/codecov-action@v1 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v5 if: failure() with: name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"