diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a380f5..abe2998 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - name: Upload coverage if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml fail_ci_if_error: false \ No newline at end of file