From 2f07aa1fc1503effcf7e9300be0f4e5fdc8b6f1c Mon Sep 17 00:00:00 2001 From: Christian Vogt Date: Mon, 26 Aug 2024 17:15:41 -0400 Subject: [PATCH] update codecov-action to latest version (#3123) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9ed526c12..2d4d263572 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: if: ${{ success() }} run: npm run test:backend && npm run test:frontend:coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false