From 37f5f86c58c56fbbd317854a24d17dd4b352e64f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:37:13 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..4ae8a3b 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@v4 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@v4 with: name: docs path: |