diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1734075..7bfa68d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: make test - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: # codecov sometimes return error without reason fail_ci_if_error: false