From 1fe4c852281de58d0c160cdf4c2db22263eda433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:20:45 +0000 Subject: [PATCH] build(deps): 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/bnf-pytest.yml | 2 +- .github/workflows/egg-pytest.yml | 2 +- .github/workflows/pytest.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bnf-pytest.yml b/.github/workflows/bnf-pytest.yml index 5f4d896..c99e360 100644 --- a/.github/workflows/bnf-pytest.yml +++ b/.github/workflows/bnf-pytest.yml @@ -77,7 +77,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: dist path: dist diff --git a/.github/workflows/egg-pytest.yml b/.github/workflows/egg-pytest.yml index 2b7b77d..8bf96b5 100644 --- a/.github/workflows/egg-pytest.yml +++ b/.github/workflows/egg-pytest.yml @@ -71,7 +71,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: dist path: dist diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e839809..85d21b1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -101,13 +101,13 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: wheels-* path: dist merge-multiple: true - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: sdist path: dist