From 291319e1745ad057ceb728bfae884cf16ccf558b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:57:42 -0300 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#389) --- .github/workflows/docs.yml | 2 +- .github/workflows/pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f7ba3c35..8683b3db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -131,7 +131,7 @@ jobs: # Fetch the built docs from the "build" job - name: Download HTML documentation artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs-${{ github.sha }} path: doc/_build/html diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ca2a0512..5be8d59f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -102,7 +102,7 @@ jobs: # Fetch the built archives from the "build" job - name: Download built archives artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pypi-${{ github.sha }} path: dist