diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27fa890..586d3d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: pytest --cov=trollsched trollsched/tests --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml env_vars: PYTHON_VERSION