diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa31bbf..5dae0d1 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@v6 + uses: codecov/codecov-action@v7 with: use_pypi: true token: ${{ secrets.CODECOV_TOKEN }}