From c2dfb60e31f7e3e99d4f6254a313b018d15e7214 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 9 Apr 2022 02:27:29 +0200 Subject: [PATCH] ci: update upload-artifact and download-artifact actions to v3 Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc80621fb..745e2c835e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: *.cache-to=type=gha,scope=build-${{ matrix.target }} - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.target }} path: ${{ env.BUNDLES_OUTPUT }}/${{ matrix.target }}-daemon/* @@ -92,7 +92,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Download build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: binary path: ./buildkit/build/moby/