Bump actions/download-artifact from v1 to v2.0.5 (#2051)

This commit is contained in:
dependabot[bot]
2020-10-10 09:35:16 +00:00
committed by GitHub
parent 5eb247439a
commit e4d7f49952
+3 -3
View File
@@ -175,17 +175,17 @@ jobs:
6 ${{ github.actor }} 6 ${{ github.actor }}
prerelease: true prerelease: true
- uses: actions/download-artifact@v1 - uses: actions/download-artifact@v2.0.5
with: with:
name: chatterino-windows-x86-64.zip name: chatterino-windows-x86-64.zip
path: windows/ path: windows/
- uses: actions/download-artifact@v1 - uses: actions/download-artifact@v2.0.5
with: with:
name: Chatterino-x86_64.AppImage name: Chatterino-x86_64.AppImage
path: linux/ path: linux/
- uses: actions/download-artifact@v1 - uses: actions/download-artifact@v2.0.5
with: with:
name: chatterino-osx.dmg name: chatterino-osx.dmg
path: macos/ path: macos/