From f7d33c4e564277b4862fcfce9e603f177d693f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:53:22 -0700 Subject: [PATCH] Bump actions/download-artifact from 4.0.0 to 4.1.4 (#1697) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.0.0 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.0.0...v4.1.4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/python-wheels-publish-test.yml | 6 +++--- .github/workflows/python-wheels-publish.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-wheels-publish-test.yml b/.github/workflows/python-wheels-publish-test.yml index cef33e9cc6..8eb98b25ce 100644 --- a/.github/workflows/python-wheels-publish-test.yml +++ b/.github/workflows/python-wheels-publish-test.yml @@ -84,17 +84,17 @@ jobs: steps: - name: Download Linux artifacts - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.4 with: name: wheels-ubuntu-latest path: dist - name: Download macOS artifacts - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.4 with: name: wheels-macos-latest path: dist - name: Download Windows artifacts - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.4 with: name: wheels-windows-latest path: dist diff --git a/.github/workflows/python-wheels-publish.yml b/.github/workflows/python-wheels-publish.yml index 2330847df3..5cf11b1e1d 100644 --- a/.github/workflows/python-wheels-publish.yml +++ b/.github/workflows/python-wheels-publish.yml @@ -78,17 +78,17 @@ jobs: steps: - name: Download Linux artifacts - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.4 with: name: wheels-ubuntu-latest path: dist - name: Download macOS artifacts - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.4 with: name: wheels-macos-latest path: dist - name: Download Windows artifacts - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.4 with: name: wheels-windows-latest path: dist