mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Bump actions/download-artifact from v2.0.6 to v2.0.7 (#2286)
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](https://github.com/actions/download-artifact/compare/v2.0.6...f144d3c3916a86f4d6b11ff379d17a49d8f85dbc) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
69915f22f5
commit
805e33e766
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.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/
|
||||
|
|
Loading…
Reference in a new issue