diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 552a1794..f3831fee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -138,7 +138,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 e779780d..2739ccdf 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -99,7 +99,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