diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f2f59e6912..675b415db1 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.0.1 + uses: codecov/codecov-action@v4.5.0 with: - flags: pytest token: ${{ secrets.CODECOV_TOKEN }} + flags: pytest