diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3f1cd59..7067756 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -112,7 +112,7 @@ jobs: path: ivf-client/dist/ - name: Log in to Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}