Bump action/upload-artifact and action/download-artifact to v2

This commit is contained in:
Deluan 2020-07-21 16:25:46 -04:00 committed by Deluan Quintão
parent 9f6eb4174f
commit 0a9ad4e73a
1 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ jobs:
cd ui
npm run build
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: js-bundle
path: ui/build
@ -101,7 +101,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v2
with:
name: js-bundle
path: ui/build
@ -128,7 +128,7 @@ jobs:
with:
args: goreleaser release --rm-dist
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: binaries
path: |
@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v1
if: env.DOCKER_IMAGE != ''
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v2
if: env.DOCKER_IMAGE != ''
with:
name: binaries