diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 20af5b1..2047efb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: with: go-version-file: go.mod - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}