From aa6d49c3d689294f364eaec023dd7ee6b8b01a43 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 12 Mar 2025 13:56:54 +0200 Subject: [PATCH] Fix version issue --- .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 c6731c1..198723e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: go test -v -count=1 -timeout=45m -run Test5Nodes1kTearDown ./... | tee testlogs.log - name: Upload Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: endurance-logs path: testlogs.log