From d5fd1d77212320520bb746f5bb09dfa5c3d35366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:26:22 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v7 --- .github/workflows/python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3cd74f42..ef216ebd 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,7 +17,7 @@ jobs: pip install build - name: Build distribution run: python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: path: ./dist/* @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: artifact path: dist @@ -57,7 +57,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: artifact path: dist