diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95f94e3..63033e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: name: cephctl-binaries path: dist - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}