diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 0a1069a17d5..d68440fc90b 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -614,7 +614,7 @@ jobs: - name: Generate artifact attestation if: needs.init.outputs.channel != 'dev' && needs.init.outputs.publish == 'true' - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 with: subject-name: ${{ env.HASSFEST_IMAGE_NAME }} subject-digest: ${{ steps.push.outputs.digest }}