1
0
Fork 0
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:
CrazyMax 2022-04-09 02:27:29 +02:00
parent c6872980bb
commit c2dfb60e31
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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/