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 }}