From 5e3f2960ff5a800430de7811af6abaecffcf5c86 Mon Sep 17 00:00:00 2001 From: Chris NeJame Date: Thu, 12 Oct 2023 10:02:15 -0400 Subject: [PATCH] fix: use latest codecov actions due to node 12 deprecation --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 69fec2b..f7c6d0d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -44,7 +44,7 @@ jobs: # Threshold percentages for badge and health indicators, lower threshold can also be used to fail the action. thresholds: "100 100" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 - name: Write to Job Summary run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY publish-npm: