From e4d7f49952fda38d74ed6d518ebcd05cd37bbfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:35:16 +0000 Subject: [PATCH] Bump actions/download-artifact from v1 to v2.0.5 (#2051) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eecf81fda..61119edfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,17 +175,17 @@ jobs: 6 ${{ github.actor }} prerelease: true - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v2.0.5 with: name: chatterino-windows-x86-64.zip path: windows/ - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v2.0.5 with: name: Chatterino-x86_64.AppImage path: linux/ - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v2.0.5 with: name: chatterino-osx.dmg path: macos/