From e8e95c6572778fdcabff407bc8a53c52d69adeea Mon Sep 17 00:00:00 2001 From: liulanzheng Date: Thu, 12 Sep 2024 18:43:45 +0800 Subject: [PATCH] update release upload-artifact to v4 Signed-off-by: liulanzheng --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2932031e..7f7e8682 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: docker buildx build --build-arg RELEASE_NUM=${RELEASE_NUM} --build-arg RELEASE_VERSION=${RELEASE_VERSION} --build-arg GO_VERSION=${{ env.GO_VERSION }} -f .github/workflows/release/Dockerfile --platform=linux/amd64,linux/arm64 -o releases/ . ls -l releases/*/ - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: releases path: releases/*/overlaybd-snapshotter* @@ -67,7 +67,7 @@ jobs: needs: [build] steps: - name: Download builds and release notes - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 - name: Display downloaded files shell: bash run: ls -l releases/*/ @@ -88,7 +88,7 @@ jobs: needs: [build] steps: - name: Download builds and release notes - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 - name: Display downloaded files shell: bash run: ls -l releases/*/