Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: node ci/github-actions/illustrate-benchmark-reports.js

- name: Upload benchmark reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
continue-on-error: true
with:
name: benchmark-reports
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: strip --strip-all target/${{ matrix.target }}/release/pdu

- name: Upload build artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pdu-${{ matrix.target }}
path: target/${{ matrix.target }}/release/pdu
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: strip target/${{ matrix.target }}/release/pdu

- name: Upload build artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pdu-${{ matrix.target }}
path: target/${{ matrix.target }}/release/pdu
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
run: cargo build --target ${{ matrix.target }} --release --all-features

- name: Upload build artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pdu-${{ matrix.target }}
path: target/${{ matrix.target }}/release/pdu.exe
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
run: ./ci/github-actions/create-checksums.sh

- name: Upload as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: checksums
path: sha*sum.txt
Expand Down
Loading