From a95725728f7c895e0f98159f583fc2949f0bc6ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:04:49 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57d2f7e..e8eea46 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Build distributes run: | uv build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: dist-packages path: dist @@ -57,7 +57,7 @@ jobs: run: | uv sync BUILD_FOR_PLATFORM=${{ matrix.platform }} uv build --wheel - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: 'dist-${{ matrix.platform }}' path: dist @@ -73,7 +73,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: dist merge-multiple: true @@ -95,7 +95,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: dist merge-multiple: true @@ -114,7 +114,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: dist merge-multiple: true