diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e257eb..586dfa8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,6 @@ jobs: run: go test -v -coverprofile coverage.txt -covermode atomic ./... - name: Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}