diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55a7b3c..99ce7d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -250,7 +250,7 @@ jobs: run: echo "XPKG_VERSION=v0.0.0-$(date -d@$(git show -s --format=%ct) +%Y%m%d%H%M%S)-$(git rev-parse --short=12 HEAD)" >> $GITHUB_ENV - name: Login to Upbound - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: env.XPKG_ACCESS_ID != '' with: registry: xpkg.upbound.io @@ -262,7 +262,7 @@ jobs: run: "bin/crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}" - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}