diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e25c342..dc110bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Log in to the Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}