From 8fa4057d2196a73a49dd944156a4b78af6cf2fc2 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 31 Dec 2024 15:32:06 -0500 Subject: [PATCH] fix(ci): update `codecov-action` for tokenless uploads - per https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token, it seems a newer version is required now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8fe8da..67af862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: - name: Test w/ coverage report run: npm run test:coverage - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5