From 0735cecf8a564e105e5b53ce7a094b4c72452b73 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Wed, 4 Sep 2024 15:39:32 -0400 Subject: [PATCH] update upload-artifact to v4 and restore reactive dependencies Signed-off-by: Gilbert Kwan --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 087b163..5968745 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,13 +64,13 @@ jobs: sudo chmod -R a+xr frontendUI/target - name: Archive backend logs if failed if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: BackendServices-logs path: finish/backendServices/target/liberty/wlp/usr/servers/defaultServer/logs/ - name: Archive frontend logs if failed if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: frontendUI-logs path: finish/frontendUI/target/liberty/wlp/usr/servers/defaultServer/logs/