From aae492b1341658054a450c793fa9580165c2acad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:59:45 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index acaf4960..6008ce3d 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -73,7 +73,7 @@ jobs: - name: Test SpectraFit run: poetry run pytest - name: Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: name: codecov-umbrella flags: unittests