Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/docker-c-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
export HOME=/home/user
./extract.sh
- name: Upload header only C extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: extraction-ml-kem-c-header-only
path: libcrux-ml-kem/extracts/c_header_only/generated
Expand All @@ -81,7 +81,7 @@ jobs:
./extract.sh --no-clean

- name: Upload header only C++ extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: extraction-ml-kem-cpp-header-only
path: libcrux-ml-kem/extracts/cpp_header_only/generated
Expand All @@ -105,7 +105,7 @@ jobs:
./boring.sh --no-clean

- name: Upload header only C extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: extraction-ml-dsa-header-only
path: libcrux-ml-dsa/cg/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mldsa-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
./boring.sh --no-clean

- name: Upload header only C extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: header-only-c-extraction-ml-dsa
path: libcrux-ml-dsa/cg/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mldsa-hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: ./hax.sh extract

- name: ↑ Upload F* extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: fstar-extractions
path: "**/proofs/fstar"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mlkem-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
./extract.sh

- name: Upload C extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: c-extraction-ml-kem
path: libcrux-ml-kem/extracts/c/generated
Expand All @@ -99,7 +99,7 @@ jobs:
./extract.sh

- name: Upload C extraction (header only)
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: c-ho-extraction-ml-kem
path: libcrux-ml-kem/extracts/c_header_only/generated
Expand All @@ -125,7 +125,7 @@ jobs:
./extract.sh --no-clean

- name: Upload C++ extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: cpp-ho-extraction-ml-kem
path: libcrux-ml-kem/extracts/cpp_header_only/generated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mlkem-hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./hax.py extract

- name: ↑ Upload F* extraction
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: fstar-extractions
path: "**/proofs/fstar"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sha3-hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: ./hax.py extract

- name: ↑ Upload F* extraction (standard)
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: fstar-extractions-standard
path: "**/proofs/fstar"
Expand All @@ -74,7 +74,7 @@ jobs:
run: ./hax.py extract --portable

- name: ↑ Upload F* extraction (portable)
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: fstar-extractions-portable
path: "**/proofs/fstar"
Expand Down
Loading