From e09a76c8370a14754303744c78addb676af5f754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:19:41 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/publish_pypi.yml | 10 +++++----- .github/workflows/release-cli.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index f104eb6f..f11ec51b 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -59,7 +59,7 @@ jobs: manylinux: 2_28 - name: Upload wheels if: ${{ github.event_name != 'pull_request' || matrix.platform.target == 'x86_64' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: wheels-linux-${{ matrix.platform.target }} path: dist @@ -130,7 +130,7 @@ jobs: sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - name: Upload wheels if: ${{ github.event_name != 'pull_request' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: wheels-windows-${{ matrix.platform.target }} path: dist @@ -164,7 +164,7 @@ jobs: sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - name: Upload wheels if: ${{ github.event_name != 'pull_request' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: wheels-macos-${{ matrix.platform.target }} path: dist @@ -183,7 +183,7 @@ jobs: command: sdist args: --out dist --manifest-path spnl/Cargo.toml - name: Upload sdist - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: wheels-sdist path: dist @@ -204,7 +204,7 @@ jobs: name: pypi url: https://pypi.org/p/spnl steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 - name: Generate artifact attestation uses: actions/attest-build-provenance@v4 with: diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 3cf398f7..27f60982 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -262,7 +262,7 @@ jobs: - name: Upload artifact if: github.event_name == 'release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.ARCHIVE_NAME }} path: | @@ -350,7 +350,7 @@ jobs: - name: Upload artifact if: github.event_name == 'release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.ARCHIVE_NAME }} path: | @@ -548,7 +548,7 @@ jobs: - name: Upload artifact if: github.event_name == 'release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.ARCHIVE_NAME }} path: | @@ -573,7 +573,7 @@ jobs: echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts @@ -693,7 +693,7 @@ jobs: echo "Version: $VERSION" - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts