diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f41b533..8a11d7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -282,7 +282,7 @@ jobs: # Generate attestations for supply chain security - name: Generate build attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-path: 'dist/dnspx-*.${{ matrix.archive }}' subject-name: 'dnspx-${{ needs.validate.outputs.version }}-${{ matrix.name }}'