diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 203543a..354f29e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,4 +20,4 @@ jobs: - name: Test run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5