diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba18cef..a9bcb3c 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 GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -170,7 +170,7 @@ jobs: run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}" - name: Login to Upbound - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: env.XPKG_ACCESS_ID != '' with: registry: xpkg.upbound.io