瀏覽代碼

ci: update upload-artifact and download-artifact actions to v3

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 3 年之前
父節點
當前提交
c2dfb60e31
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

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