From 805e33e766a6019d26284851f5821fc00237751c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 11:35:30 +0100 Subject: [PATCH] Bump actions/download-artifact from v2.0.6 to v2.0.7 (#2286) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.6 to v2.0.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.6...f144d3c3916a86f4d6b11ff379d17a49d8f85dbc) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9d79c2fe..9e55837a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,17 +193,17 @@ jobs: 6 ${{ github.actor }} prerelease: true - - uses: actions/download-artifact@v2.0.6 + - uses: actions/download-artifact@v2.0.7 with: name: chatterino-windows-x86-64.zip path: windows/ - - uses: actions/download-artifact@v2.0.6 + - uses: actions/download-artifact@v2.0.7 with: name: Chatterino-x86_64.AppImage path: linux/ - - uses: actions/download-artifact@v2.0.6 + - uses: actions/download-artifact@v2.0.7 with: name: chatterino-osx.dmg path: macos/