From b85b79331ae6263b2a8aec451ef50b4b4de94c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:57:38 +0100 Subject: [PATCH] Bump codecov/codecov-action from 5.0.1 to 5.0.2 (#1121) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 281e6b025..f5a80f4b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,6 @@ jobs: - name: Download all coverage data uses: actions/download-artifact@v4.1.8 - name: Upload coverage report - uses: codecov/codecov-action@v5.0.1 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }}