diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4600a18..5677a8c 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@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}