Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: strip --strip-all target/${{ matrix.target }}/release/pdu

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
uses: actions/attest-build-provenance@v4
with:
subject-path: target/${{ matrix.target }}/release/pdu

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
run: strip target/${{ matrix.target }}/release/pdu

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
uses: actions/attest-build-provenance@v4
with:
subject-path: target/${{ matrix.target }}/release/pdu

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: cargo build --target ${{ matrix.target }} --release --all-features

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
uses: actions/attest-build-provenance@v4
with:
subject-path: target/${{ matrix.target }}/release/pdu.exe

Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- uses: actions/checkout@v6

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
uses: actions/attest-build-provenance@v4
with:
subject-path: |
./exports/completion.bash
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
run: ./ci/github-actions/create-checksums.sh

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
uses: actions/attest-build-provenance@v4
with:
subject-path: |
./sha1sum.txt
Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
run: tar czf tmp.benchmark-reports.tar.gz tmp.benchmark-report.*

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
uses: actions/attest-build-provenance@v4
with:
subject-path: ./tmp.benchmark-reports.tar.gz

Expand Down
Loading