Bump action/upload-artifact and action/download-artifact to v2
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
cd ui
|
cd ui
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: js-bundle
|
name: js-bundle
|
||||||
path: ui/build
|
path: ui/build
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Unshallow
|
- name: Unshallow
|
||||||
run: git fetch --prune --unshallow
|
run: git fetch --prune --unshallow
|
||||||
|
|
||||||
- uses: actions/download-artifact@v1
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: js-bundle
|
name: js-bundle
|
||||||
path: ui/build
|
path: ui/build
|
||||||
@@ -128,7 +128,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: goreleaser release --rm-dist
|
args: goreleaser release --rm-dist
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: |
|
path: |
|
||||||
@@ -154,7 +154,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
if: env.DOCKER_IMAGE != ''
|
if: env.DOCKER_IMAGE != ''
|
||||||
|
|
||||||
- uses: actions/download-artifact@v1
|
- uses: actions/download-artifact@v2
|
||||||
if: env.DOCKER_IMAGE != ''
|
if: env.DOCKER_IMAGE != ''
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user