diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3773941..febeed6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - name: Take coverage run: go test -coverprofile=coverage.txt -covermode=atomic ./... - name: Send coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true files: coverage.txt