From 9294931b7c450c0830e39a30330ed605e8743db4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:38:19 +0000 Subject: [PATCH] Update GitHub actions --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57a9747..2da5e40 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: - name: "Build package" run: poetry build - name: "Store the distribution packages" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: distfiles path: dist/ @@ -43,7 +43,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v6 - name: "Download all the dists" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: distfiles path: dist/ @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Download all the dists" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: distfiles path: dist/