From 20367fec5c6302f39f5841b134ac4c4dc89bfae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:34:23 +0000 Subject: [PATCH] chore(deps): bump devantler-tech/actions/upload-coverage Bumps [devantler-tech/actions/upload-coverage](https://github.com/devantler-tech/actions) from 7.1.3 to 9.0.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/6a2f24aa5a859f7d0de66f9d0bde52254adba641...5aa2657f976103d716f585266a0fa4e964594df2) --- updated-dependencies: - dependency-name: devantler-tech/actions/upload-coverage dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-go-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-go-project.yaml b/.github/workflows/validate-go-project.yaml index 548636a..e27931c 100644 --- a/.github/workflows/validate-go-project.yaml +++ b/.github/workflows/validate-go-project.yaml @@ -686,7 +686,7 @@ jobs: # Uploads coverage to GitHub Code Quality (native PR coverage). best-effort: never blocks CI. - name: 📊 Upload coverage continue-on-error: true - uses: devantler-tech/actions/upload-coverage@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upload-coverage@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 with: file: coverage.cobertura.xml language: Go