From 44a31835dcddfd49dfbfe8decf6a3a3428e381a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:16:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish.yml | 2 +- .github/workflows/regression-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3171a9b..3073949 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -47,7 +47,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 87c87ee..87fa4a6 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -95,7 +95,7 @@ jobs: # Add a dependency to the build job needs: [Jupyter, Pytest] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: merge-multiple: true - name: See what we've got and merge artifacts