mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Bump actions/download-artifact from v2.0.7 to v2.0.8 (#2338)
This commit is contained in:
parent
9cca310e40
commit
d694f8900e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -193,17 +193,17 @@ jobs:
|
|||
6 ${{ github.actor }}
|
||||
prerelease: true
|
||||
|
||||
- uses: actions/download-artifact@v2.0.7
|
||||
- uses: actions/download-artifact@v2.0.8
|
||||
with:
|
||||
name: chatterino-windows-x86-64.zip
|
||||
path: windows/
|
||||
|
||||
- uses: actions/download-artifact@v2.0.7
|
||||
- uses: actions/download-artifact@v2.0.8
|
||||
with:
|
||||
name: Chatterino-x86_64.AppImage
|
||||
path: linux/
|
||||
|
||||
- uses: actions/download-artifact@v2.0.7
|
||||
- uses: actions/download-artifact@v2.0.8
|
||||
with:
|
||||
name: chatterino-osx.dmg
|
||||
path: macos/
|
||||
|
|
Loading…
Reference in a new issue