Skip to content

Commit

Permalink
Bump actions/download-artifact from v2.0.6 to v2.0.7 (#2286)
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v2.0.6...f144d3c)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2020
1 parent 69915f2 commit 805e33e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 805e33e

Please sign in to comment.