diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d47679b..72bba44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh" - name: Login to Upbound - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: env.XPKG_ACCESS_ID != '' with: registry: xpkg.upbound.io @@ -170,7 +170,7 @@ jobs: run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}" - name: Login to GHCR - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }}