diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3387915..7a6fdf4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: run: | pytest --cov=trollsched trollsched/tests --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml env_vars: PYTHON_VERSION