diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index dbe888f..3efee5a 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}