From 242b3771bcdbc630e9a48aca1d64d54ae126af53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 06:17:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/wheels.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06d22228a28c5..6d7efcfb5c3cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -732,7 +732,7 @@ jobs: echo "Failed to restore Python virtual environment from cache" exit 1 - name: Download all coverage artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Combine coverage results run: | . venv/bin/activate diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cce57401ea871..bd7d76925b341 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -71,12 +71,12 @@ jobs: uses: actions/checkout@v2.3.4 - name: Download env_file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: requirements_diff @@ -111,12 +111,12 @@ jobs: uses: actions/checkout@v2.3.4 - name: Download env_file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: requirements_diff