diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b4b3c89..2e5ec7b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -145,7 +145,7 @@ jobs: # Fetch the built docs from the "build" job - name: Download HTML documentation artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: docs-${{ github.sha }} path: doc/_build/html diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 31c4143..1b32478 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -100,7 +100,7 @@ jobs: # Fetch the built archives from the "build" job - name: Download built archives artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: pypi-${{ github.sha }} path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9188b89..aa7b2af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -183,7 +183,7 @@ jobs: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-coverage - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v8 with: pattern: coverage_* # If true, the downloaded artifacts will be in the same directory