diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8df506ca..6748650f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -60,7 +60,7 @@ jobs: CIBW_TEST_COMMAND: pytest -n auto {project} CIBW_BUILD_VERBOSITY: 1 - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl @@ -76,7 +76,7 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: cibw-sdist path: dist/*.tar.gz