From 3bb3dd1294ba50e4ef691cdc11997f041987870c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:56:51 +0000 Subject: [PATCH] Bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 0c460d6..1ff1711 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -180,7 +180,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade twine - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 with: pattern: built-* merge-multiple: true @@ -199,7 +199,7 @@ jobs: permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 with: pattern: built-* merge-multiple: true