diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 812dec3a3d..5ae7fbb85d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -869,7 +869,7 @@ jobs: # The distroless base image this package's own Dockerfile builds FROM has no shell to chmod this with, so the execute bit has to already be set on disk before `docker build` runs -- COPY preserves it. chmod +x "packages/${{ matrix.name }}/dist-sea/${{ matrix.name }}" - uses: docker/setup-buildx-action@v3 - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -898,7 +898,7 @@ jobs: include: ${{ fromJSON(needs.release.outputs.container-image-matrix || needs.collect-backfill-matrix.outputs.container-image-matrix) }} steps: - uses: docker/setup-buildx-action@v3 - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}