From a697c0958f31d95a7eea7416184b2666004d8433 Mon Sep 17 00:00:00 2001 From: Sean Kao Date: Thu, 9 Jan 2025 09:41:50 -0800 Subject: [PATCH] update to upload-artifact@v4 Signed-off-by: Sean Kao --- .github/workflows/test-and-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 216f8292d..17cbb923c 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -37,7 +37,7 @@ jobs: - name: Upload test report if: always() # Ensures the artifact is saved even if tests fail - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: target/test-reports # Adjust this path if necessary \ No newline at end of file