From b28c1044b3ce438f74d20ff8af7625a707db8b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 08:47:49 -0700 Subject: [PATCH] Bump actions/download-artifact from v1 to v2.0.7 (#50) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v1 to v2.0.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...f144d3c3916a86f4d6b11ff379d17a49d8f85dbc) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b4e98a..bbe8311 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: release_name: Version ${{ github.ref }} - name: Download release artifacts from ubuntu-18.04 - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.7 with: name: release-ubuntu-18.04 path: release/ubuntu-18.04 @@ -81,7 +81,7 @@ jobs: asset_content_type: application/pgp-signature - name: Download release artifacts from macos-10.15 - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.7 with: name: release-macos-10.15 path: release/macos-10.15 @@ -114,7 +114,7 @@ jobs: asset_content_type: application/pgp-signature - name: Download release artifacts from windows-2019 - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.7 with: name: release-windows-2019 path: release/windows-2019