From 7aa05fcaf130051e49fbe31df3270288e0cb6487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:58:24 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.3.0 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 49d0a4a..98e8506 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | pytest --cov=ical --cov-report=term-missing - - uses: codecov/codecov-action@v5.2.0 + - uses: codecov/codecov-action@v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON