From 1e2b939ac4157f7ce755da348bcc8f4f6d6f76b6 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 12 Mar 2025 14:25:07 +0200 Subject: [PATCH] change v3 to v4 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 138c62f..ca049e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: go test -v -count=1 -timeout=45m -run Test5Nodes1kTearDown ./... | tee testlogs.log - name: Upload Test Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: endurance-logs path: testlogs.log