From 1c0e62d7c8101554656f4638edd1aea3b87353fb Mon Sep 17 00:00:00 2001 From: Saravanan S Date: Fri, 24 Jan 2025 08:27:51 +0530 Subject: [PATCH] fix: artifact upload version --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1e754e99..07eecc2a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,14 +47,14 @@ jobs: npm run compile && npm run test:coverage - name: Upload test results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results-${{ matrix.os }} path: test-results/ - name: Upload coverage results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.os }} path: |