From b1a17acbbba75724a7a48f6c249cb1ceaa47e09e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Jul 2026 16:06:28 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/pypi-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index d29881d..b452804 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -21,7 +21,7 @@ jobs: uv lock --check uv build - name: Upload release-dists as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-dists path: dist/ @@ -46,7 +46,7 @@ jobs: id-token: write steps: - name: Retrieve release distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-dists path: dist/