From 1f69f399d7d66a0d86d1fa2d6cf0ed1e4d46c23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 06:11:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.3.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 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 1f9ba9e..ed7377a 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -179,7 +179,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.3.0 with: pattern: built-* merge-multiple: true @@ -198,7 +198,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.3.0 with: pattern: built-* merge-multiple: true