diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b041d3f..47d94e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,4 +18,4 @@ jobs: - name: Test run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3