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
2 changes: 1 addition & 1 deletion .github/workflows/dafny_interop_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
zip -qq net41.zip -r .

- name: Upload Zip File
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: matrix.os != 'windows-latest'
with:
name: ${{matrix.os}}_mpl-${{inputs.mpl-dafny}}_esdk-${{inputs.esdk-dafny}}_vectors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/duvet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
make duvet

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: specification_compliance_report
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
run: make test_encrypt_vectors_c_unix

- name: Upload Keyring Encrypt Manifest and keys.json files
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{matrix.os}}_vector_artifact_${{matrix.language}}_${{github.sha}}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_interop_mkp_test_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
make test_encrypt_vectors_${{ matrix.language }}_legacy_format

- name: Upload Encrypt Manifest and keys.json files
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{matrix.os}}_vector_artifact_${{matrix.language}}_legacy_format_${{github.sha}}
path: |
Expand Down Expand Up @@ -638,7 +638,7 @@ jobs:
npx -y @aws-crypto/integration-node encrypt -m encrypt-manifest.json -k keys.json -d decrypt-manifest-js.zip -C

- name: Upload Encrypt Manifest and keys.json files
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{matrix.os}}_vector_artifact_javascript_legacy_format_${{github.sha}}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
zip -qq net41.zip -r .

- name: Upload Zip File
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: matrix.os != 'windows-latest'
with:
name: ${{matrix.os}}_vector_artifact
Expand Down
Loading