From ed8048012c36d745b220d0a03b7c018ce0e18191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:52:32 +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/build.yaml | 2 +- .github/workflows/publish.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5a74e34..bd53649 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,7 @@ jobs: - "3.12" steps: - name: Download sources - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sources diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 90f0c0b..01f17cf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -41,7 +41,7 @@ jobs: needs: download-sources steps: - name: Download sources - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sources @@ -65,7 +65,7 @@ jobs: - macos-latest steps: - name: Download sources - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sources @@ -106,7 +106,7 @@ jobs: id-token: write steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist