From 1aac174e83eaae0b93d53aff2940ad32bb10b12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:43:27 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [helm/kind-action](https://github.com/helm/kind-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `helm/kind-action` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.13.0...v1.14.0) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: helm/kind-action dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/single.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/single.yml b/.github/workflows/single.yml index 4d42d30..34d8a61 100644 --- a/.github/workflows/single.yml +++ b/.github/workflows/single.yml @@ -110,7 +110,7 @@ jobs: go-version: ${{ env.GO_VER }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -138,7 +138,7 @@ jobs: cd - - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: ci-kind-${{ github.actor }} version: v0.25.0 @@ -215,7 +215,7 @@ jobs: # upload test reports as a zip file - name: Upload test reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: single-robot-tests-log-config-server_${{ env.CONFIG_VERSION }}-data-server_${{ env.DATA_VERSION }}