diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b38eda0..dd49f47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: - name: Extract components run: tar -xvf components.tar -C lib - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}