mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Bump actions/download-artifact from v1 to v2.0.5 (#2051)
This commit is contained in:
parent
5eb247439a
commit
e4d7f49952
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue