diff --git a/.github/workflows/build-argo-agents.yml b/.github/workflows/build-argo-agents.yml index 672a166..3d5163b 100644 --- a/.github/workflows/build-argo-agents.yml +++ b/.github/workflows/build-argo-agents.yml @@ -102,7 +102,7 @@ jobs: - name: Log in to Container Registry if: github.event_name != 'pull_request' && (github.event_name != 'workflow_dispatch' || inputs.push_images) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}