diff --git a/.github/workflows/climpred_testing.yml b/.github/workflows/climpred_testing.yml index d48aa55cf..c7e6803c6 100644 --- a/.github/workflows/climpred_testing.yml +++ b/.github/workflows/climpred_testing.yml @@ -61,7 +61,7 @@ jobs: - name: Run tests run: pytest -n 4 --durations=20 --cov=climpred --cov-report=xml - name: Upload coverage to codecov - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v3.1.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml