From 06fe885a4177f1091e41a73eefe75de86e6d87d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:53:28 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/python-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bd4fba4..99885fd 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -111,7 +111,7 @@ jobs: run: | uvx poetry build - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist-${{ matrix.os }}-${{ matrix.python-version }} path: dist/ @@ -130,7 +130,7 @@ jobs: with: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true @@ -165,7 +165,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Upload artifacts for PyPI publishing - name: Upload artifacts for PyPI - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pypi-dist path: dist/ @@ -182,7 +182,7 @@ jobs: id-token: write steps: - name: Download artifacts for PyPI - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: pypi-dist path: dist