diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694adeb..7aabf57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: github.event.inputs.upload == 'true' || (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}