Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:

- name: Sign the receipt
if: ${{ always() && inputs.receipt == 'true' }}
uses: actions/attest@v2
uses: actions/attest@v4
with:
subject-name: gate-integrity
predicate-type: 'https://modonome.com/attestation/gate-integrity/v1'
Expand All @@ -113,7 +113,7 @@ runs:

- name: Sign the AgentProof attestation
if: ${{ always() && inputs.agentproof == 'true' }}
uses: actions/attest@v2
uses: actions/attest@v4
with:
subject-name: agentproof-conformance
predicate-type: 'https://modonome.com/attestation/agentproof-conformance/v1'
Expand Down
Loading