From 9d31f5fba37d05d9064fa5afee5b9d608218fd6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:37:09 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..dc23274 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -223,7 +223,7 @@ jobs: with: python-version: ${{ matrix.py }} - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 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@v4 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@v4 with: name: docs path: ./docs/html