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