diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 164a682e..5ca5ad0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}