diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e1dc3e..cbe2114 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: run: go test ./... -timeout 30s -race -count=1 -covermode=atomic -coverprofile=coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt