From 6b4b3693dc5e3518b7f3cbe56941ba5ce0c86100 Mon Sep 17 00:00:00 2001 From: Ben Topping Date: Tue, 9 Jul 2024 13:49:06 +0100 Subject: [PATCH] deps: bumps codecov-action github action --- .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 869595c0..b98a1bc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: >- npm run test:unit -- --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: true # build should fail if Codecov runs into an error during upload