diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35c557c..a33c585 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,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