diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92508be..9c48fa0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -145,7 +145,7 @@ jobs: uses: actions/download-artifact@v4 - name: Codecov upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: ${{ github.workflow }} fail_ci_if_error: true