diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac5f787e..d01ef732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: run: pnpm container:verify-artifacts - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}