diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index 6076fc2..39110f6 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -302,7 +302,7 @@ jobs: persist-credentials: false - name: Log in to the GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}