mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ci: update upload-artifact and download-artifact actions to v3
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
c6872980bb
commit
c2dfb60e31
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
*.cache-to=type=gha,scope=build-${{ matrix.target }}
|
*.cache-to=type=gha,scope=build-${{ matrix.target }}
|
||||||
-
|
-
|
||||||
name: Upload build artifacts
|
name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target }}
|
name: ${{ matrix.target }}
|
||||||
path: ${{ env.BUNDLES_OUTPUT }}/${{ matrix.target }}-daemon/*
|
path: ${{ env.BUNDLES_OUTPUT }}/${{ matrix.target }}-daemon/*
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
-
|
-
|
||||||
name: Download build artifacts
|
name: Download build artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
path: ./buildkit/build/moby/
|
path: ./buildkit/build/moby/
|
||||||
|
|
Loading…
Reference in a new issue