From 463918ea7b6f8422afbd034f81a65a1f986c904a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:00:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish-test.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish-test.yml b/.github/workflows/build-publish-test.yml index 598a184..b563bc5 100644 --- a/.github/workflows/build-publish-test.yml +++ b/.github/workflows/build-publish-test.yml @@ -44,7 +44,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download dists - uses: actions/download-artifact@v4.1.1 # make sure that same major version as actions/upload-artifact + uses: actions/download-artifact@v4.1.7 # make sure that same major version as actions/upload-artifact with: name: python-package-distributions-${{ github.ref_name }} path: dist/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6c03fc..9b6de8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download dists - uses: actions/download-artifact@v4.1.1 # make sure that same major version as actions/upload-artifact + uses: actions/download-artifact@v4.1.7 # make sure that same major version as actions/upload-artifact with: name: python-package-distributions-${{ inputs.tag }} path: dist/