diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68eae92e..35db7fa9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: PUBLISHED: ${{ needs.release.outputs.published }} - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}