From 761daa72e54c514343fbc6a4c8029e65b0b69ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:48:35 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...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/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db7170f..237f940 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,14 +113,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release_upload_url.txt - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: create-release - id: upload-url run: | echo "::set-output name=url::$(cat create-release/release_upload_url.txt)" - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: build-${{ matrix.target }} - name: Upload release assets