diff --git a/.github/workflows/vts-eventdisplay-package.yml b/.github/workflows/vts-eventdisplay-package.yml index b67decf2..5217db29 100644 --- a/.github/workflows/vts-eventdisplay-package.yml +++ b/.github/workflows/vts-eventdisplay-package.yml @@ -39,7 +39,7 @@ jobs: fi - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}