From 4651b2b5a10dfe7e460114373f40d40976a28bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:13:18 +0200 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 (#1002) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae19d297..ffcd87b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -276,7 +276,7 @@ jobs: steps: # Will download all artifacts to path - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80d5b9a8..8f5cc9b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: # Will download all artifacts to path - name: Download build artifacts if: ${{ env.new_version == 'this' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: builds-Linux-py3.9 path: dist