diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index 1c8f96c7..ed3ef9c1 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -112,7 +112,7 @@ jobs: pip freeze > requirements.txt pytest --cov=gplugins - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false