From ff134c609277024536ec82b39f795abb709a5512 Mon Sep 17 00:00:00 2001 From: James Brown Date: Mon, 23 Sep 2024 13:04:25 +0800 Subject: [PATCH] Update upload version --- .github/workflows/ci-ubuntu.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/e2e.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-ubuntu.yml b/.github/workflows/ci-ubuntu.yml index dbc3a50a87..94185e3910 100644 --- a/.github/workflows/ci-ubuntu.yml +++ b/.github/workflows/ci-ubuntu.yml @@ -24,7 +24,7 @@ jobs: run: sh ./build.sh - name: Upload Test Reports Folder - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ always() }} # IMPORTANT: Upload reports regardless of status with: name: ut-reports diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 37455d618a..4b8cd6bc96 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -24,7 +24,7 @@ jobs: run: sh ./build.sh - name: Upload Test Reports Folder - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ always() }} # IMPORTANT: Upload reports regardless of status with: name: ut-reports diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ae7355e81..c7c029f158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: sh ./build.sh - name: Upload Test Reports Folder - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ always() }} # IMPORTANT: Upload reports regardless of status with: name: ut-reports diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bebe23c6db..61cd82820d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,7 +49,7 @@ jobs: - name: Collect tests results if: ${{ failure() }} - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: e2e-tests-results path: output/ @@ -59,4 +59,4 @@ jobs: needs: test runs-on: self-hosted steps: - - run: ./gradlew :app:uninstallAll \ No newline at end of file + - run: ./gradlew :app:uninstallAll