diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d45af9aca..06dd3991c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,7 +38,7 @@ jobs: CIBW_ENVIRONMENT_WINDOWS: > CL_INC_DIR='${{github.workspace}}/OpenCL-Headers/install/include' CL_LIB_DIR="C:/Program Files/OpenCL-ICD-Loader/lib" - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl @@ -54,7 +54,7 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: cibw-sdist path: dist/*.tar.gz @@ -72,7 +72,7 @@ jobs: # alternatively, to publish when a GitHub Release is created, use the following rule: # if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: cibw-* path: dist