From c7682fcb808235de1bd66277d2d65a8c91ae4ce5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:32:55 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..3184077 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -163,7 +163,7 @@ jobs: run: tox -e build -vvv - name: Store build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: build path: | @@ -188,7 +188,7 @@ jobs: SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Store build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: docs path: | @@ -223,7 +223,7 @@ jobs: with: python-version: ${{ matrix.py }} - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: build path: dist @@ -254,7 +254,7 @@ jobs: - name: Set up Python ${{ matrix.py }} uses: actions/setup-python@v4 - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: build path: dist @@ -280,7 +280,7 @@ jobs: - publish-package steps: - name: Download docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: docs path: ./docs/html