From 04acecd763a311ffddfe35bf92b011ce6b671d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:24:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.2.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 9cad430..29a3fd2 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -183,7 +183,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade twine - - uses: actions/download-artifact@v4.1.8 + - uses: actions/download-artifact@v4.2.1 with: pattern: built-* merge-multiple: true @@ -202,7 +202,7 @@ jobs: permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - - uses: actions/download-artifact@v4.1.8 + - uses: actions/download-artifact@v4.2.1 with: pattern: built-* merge-multiple: true