diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a0e1419b..94f2d385 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 59ee0d5f..72196d09 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