diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86b5ec2..7263ccb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,6 +61,6 @@ jobs: run: | go test -v -coverprofile=coverage.txt ./stream/... - name: Upload results to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file