diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index bb26521a..e98b3156 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -121,7 +121,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}