Bump actions/download-artifact from v1 to v2.0.5 (#2051)
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user