diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 09c16a94..c64519b0 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -44,7 +44,7 @@ jobs: - name: Available platforms run: echo ${{ steps.qemu.outputs.platforms }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}