diff --git a/.github/workflows/go-application.yml b/.github/workflows/go-application.yml index 26107e27..74a67a42 100644 --- a/.github/workflows/go-application.yml +++ b/.github/workflows/go-application.yml @@ -64,7 +64,7 @@ jobs: run: go test ./... -covermode=atomic -coverprofile=coverage.out - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 verify-helm-readme: name: Verify that Helm README is up to date