diff --git a/.github/workflows/next-build.yaml b/.github/workflows/next-build.yaml index 8277d01..ec82418 100644 --- a/.github/workflows/next-build.yaml +++ b/.github/workflows/next-build.yaml @@ -93,7 +93,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext-builder subject-digest: ${{ steps.push-to-ghcr.outputs.digest }} @@ -144,7 +144,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext subject-digest: ${{ steps.push-to-ghcr.outputs.digest }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 97b6264..3b2b04c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,7 +151,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext-builder subject-digest: ${{ steps.push-to-ghcr.outputs.digest }} @@ -202,7 +202,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext subject-digest: ${{ steps.push-to-ghcr.outputs.digest }}