diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64cb64cd..c0c9145a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,8 +59,8 @@ jobs: - name: Codecov if: matrix.go == '1.18' - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v2 with: - file: ./coverage.out # optional + files: ./coverage.out # optional name: codecov-umbrella # optional fail_ci_if_error: true # optional (default = false)