From c637e388bdd430e6cc4685af10d73e9bbbceeb93 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 16 Jan 2025 12:59:15 -0500 Subject: [PATCH] chore: update native tests actions/upload-artifact to v4. (#3476) --- .github/workflows/NativeTests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NativeTests.yaml b/.github/workflows/NativeTests.yaml index 9b7351c3b4..14cea73bea 100644 --- a/.github/workflows/NativeTests.yaml +++ b/.github/workflows/NativeTests.yaml @@ -106,7 +106,7 @@ jobs: - name: Archive logs if: always() continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Native Test Logs path: |