From 1d0be8768d2069454acc0f0c98d7c2b69d3eed5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:16:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/pypi.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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_*