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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
entrypoint: ./target/release/conformance

- name: Upload verify_bundle binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: verify_bundle
path: target/release/examples/verify_bundle
Expand All @@ -95,7 +95,7 @@ jobs:
python-version: '3.14'

- name: Download verify_bundle binary
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: verify_bundle
path: target/release/examples
Expand Down