diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c428ea5d8..022d1c4d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: # - name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry if: env.PUSH_TO_MAIN == 'true' && steps.filter.outputs.docker == 'true' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.DOCKER_REGISTRY }} username: ${{ github.actor }}