From d5cca731f9fe56fbbf0e9c91e7337484cf2eb510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Tue, 17 Sep 2024 13:04:20 +0200 Subject: [PATCH] codecov action: set version to v4 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 675b415db1..ea4663b2c8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -128,7 +128,7 @@ jobs: GEONATURE_CONFIG_FILE: config/test_config.toml - name: Upload coverage to Codecov if: ${{ matrix.debian-version == '12' }} - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: pytest