diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index a06c32664..e93b032d1 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -20,7 +20,7 @@ jobs: - name: build run: uv build --sdist - name: Store the binary wheel - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dist-linux path: dist @@ -47,7 +47,7 @@ jobs: - name: build run: uv build --wheel - name: Store the binary wheel - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dist-windows-${{ matrix.python-version }} path: dist