diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ff84246..881966f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -162,7 +162,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 96c151a..560e0b6 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@v7 with: name: pypi-${{ github.sha }} path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b56bf7..0806083 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -184,7 +184,7 @@ jobs: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-coverage - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: coverage_* # If true, the downloaded artifacts will be in the same directory