From 3053c96370128405f97822d9b414b90b7b45ad55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:29:26 +0000 Subject: [PATCH] Bump actions/download-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.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-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab3399f..ae57be2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Download Package - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: Packages path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f01077..6276bcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,13 +85,13 @@ jobs: python-version: ${{ matrix.python }} - name: Download compiled tests - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: tests path: tests - name: Download Package - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: Packages path: dist