diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3be1e85..90286bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: run: PYTHONPATH=. pytest --cov=cdmtaskservice --cov-report=xml test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true