diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7b99eae..daf8458 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -165,7 +165,7 @@ jobs:
           echo "DIGEST=$DIGEST" >> $GITHUB_ENV
 
       - name: Attestation the Docker imageđź“Ť
-        uses: actions/attest-build-provenance@v1.1.2
+        uses: actions/attest-build-provenance@v1.2.0
         with:
           subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
           subject-digest: ${{ env.DIGEST }}