diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8869c30..04773c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 - run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: files: ./coverage.txt