From 9ad7ee391a1694830a39d01587cabc12f023730e Mon Sep 17 00:00:00 2001 From: Hankson Bradley Date: Thu, 12 Sep 2024 16:32:48 +0800 Subject: [PATCH] Update release_test.yml, ci skip --- .github/workflows/release_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index c297cac8a5..0b79d07b81 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -36,12 +36,12 @@ jobs: make zip ls -al dist - name: Upload packed files to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts-source-pack path: ./dist/* - name: Upload packed files to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts-all path: ./dist/* @@ -118,7 +118,7 @@ jobs: name: build-artifacts-${{ runner.os }}-cp${{ matrix.python }}-${{ matrix.architecture }} path: ./dist/* - name: Upload packed files to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts-all path: ./dist/*