From 64d1f471d1eb3a54830f8847687d45f1e423f213 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Tue, 16 Apr 2024 19:10:50 +0000 Subject: [PATCH] attempt to fix codecov again --- .github/workflows/unittests_codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests_codecov.yml b/.github/workflows/unittests_codecov.yml index 288de7a..cb13020 100644 --- a/.github/workflows/unittests_codecov.yml +++ b/.github/workflows/unittests_codecov.yml @@ -42,7 +42,7 @@ jobs: pytest --cov=mkdocs_enumerate_headings_plugin --cov-report=xml -vvv - name: Upload coverage to Codecov if: "contains(env.USING_COVERAGE, matrix.python-version)" - uses: codecov/codecov-action@main + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml