diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 45cd27fa5..d7cae72d2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -153,7 +153,7 @@ jobs: # Fetch the built docs from the "build" job - name: Download HTML documentation artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs-${{ github.sha }} path: doc/_build/html diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 4392f20e6..e8ac87a7e 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@v6 + uses: actions/download-artifact@v7 with: name: pypi-${{ github.sha }} path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b492334ab..bb12a542c 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@v6 + uses: actions/download-artifact@v7 with: pattern: coverage_*