From ac78e39dc3ee83f6944dcf155571d3051847aa37 Mon Sep 17 00:00:00 2001 From: Josh Floth Date: Wed, 4 Oct 2023 14:03:42 -0500 Subject: [PATCH] code-cov action version --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 45429d4..e0b910c 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -31,6 +31,6 @@ jobs: run: npm run lint - name: Upload test coverage to Codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}