mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Bump action/upload-artifact and action/download-artifact to v2
This commit is contained in:
parent
9f6eb4174f
commit
0a9ad4e73a
8
.github/workflows/pipeline.yml
vendored
8
.github/workflows/pipeline.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user