diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d97d0f8..56a3915 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: # Note: Removed extra cr index step to avoid merge conflicts with chart-releaser's own gh-pages updates. - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}