From 5a84ed922f0cf0e704b9b2dc2be5c6fa0d160e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:00:11 +0000 Subject: [PATCH] Bump actions/download-artifact from 7.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 10 +++++----- .github/workflows/tests.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de14004..30c31ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,13 +88,13 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v6.0.2 - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 name: Download wheels with: pattern: wheels-* merge-multiple: true path: wheelhouse - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 name: Download sdist with: name: sdist_wheels @@ -184,13 +184,13 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v6.0.2 - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 name: Download wheels with: pattern: wheels-* merge-multiple: true path: wheelhouse - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 name: Download sdist with: name: sdist_wheels @@ -280,7 +280,7 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v6.0.2 - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 name: Download artifacts with: name: deploy_artifacts diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4adf7eb..acdbea5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -307,7 +307,7 @@ jobs: uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 name: Download wheels with: pattern: wheels-*