diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a0456c535..f2a5870cc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -126,7 +126,7 @@ jobs: # Fetch the built docs from the "build" job - name: Download HTML documentation artifact - uses: actions/download-artifact@v7 + 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 5e5c4b3b1..b81edf276 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -107,7 +107,7 @@ jobs: persist-credentials: false - name: Download built source and wheel packages - uses: actions/download-artifact@v7 + 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 20d041190..9c68d7d76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -181,7 +181,7 @@ jobs: # Maximum coverage is achieved by combining reports from every runner. # Each coverage file will live in its own folder with the same name as # the artifact. - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage_*