From 8bed41af13737cdce3d28af840745b0eab409eac Mon Sep 17 00:00:00 2001 From: Biju Joseph Date: Thu, 19 Dec 2024 14:05:54 -0600 Subject: [PATCH] updating artifact version --- .github/workflows/feature-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-build.yml b/.github/workflows/feature-build.yml index e7008f5..1f642aa 100644 --- a/.github/workflows/feature-build.yml +++ b/.github/workflows/feature-build.yml @@ -40,7 +40,7 @@ jobs: run: npm run test - name: Upload coverage artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coverage path: coverage/cobertura-coverage.xml