From 632816224c33a372fad1e9b961d2b8c65d22e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 24 Nov 2024 10:00:36 +0100 Subject: [PATCH] chore: update codecov action to v5 Tokenless uploads are supported again. Refs: https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7bc900bc..7d9aaf64 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,4 +29,4 @@ jobs: test-command: npm run coverage:ci post-test-steps: | - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5