diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 4ad5214..88d8ef9 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -34,7 +34,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}