diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 92788e60..cdcdc563 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} manylinux: auto - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-linux-${{ matrix.target }} path: dist @@ -70,7 +70,7 @@ jobs: args: --release --out dist -i python3.12 --manifest-path crates/openpiv_rust/Cargo.toml sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-windows-${{ matrix.target }} path: dist @@ -94,7 +94,7 @@ jobs: args: --release --out dist -i python3.12 --manifest-path crates/openpiv_rust/Cargo.toml sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-macos-${{ matrix.target }} path: dist @@ -111,7 +111,7 @@ jobs: - name: Build sdist and wheel run: uv build --out-dir dist - name: Upload Python distribution - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: python-dist path: dist