From f45da7ca0a7b2ed8ad8b3f9375de150c26b37644 Mon Sep 17 00:00:00 2001 From: anshalshukla Date: Thu, 12 Sep 2024 21:28:00 +0530 Subject: [PATCH] update version of action artifact --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b1f2e328a..eda9d4f1a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: - name: Test run: make test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: unitTest-coverage path: cover.out @@ -158,7 +158,7 @@ jobs: - name: test-integration run: make test-integration - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: integrationTest-coverage path: cover.out