diff --git a/.github/workflows/duvet.yaml b/.github/workflows/duvet.yaml index 63927d49c..206819134 100644 --- a/.github/workflows/duvet.yaml +++ b/.github/workflows/duvet.yaml @@ -42,7 +42,7 @@ jobs: run: | make duvet - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: specification_compliance_report diff --git a/.github/workflows/library_interop_tests.yml b/.github/workflows/library_interop_tests.yml index 1f09b8d8b..ada2df24f 100644 --- a/.github/workflows/library_interop_tests.yml +++ b/.github/workflows/library_interop_tests.yml @@ -221,7 +221,7 @@ jobs: run: make test_encrypt_vectors_${{ matrix.language }} - 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}}${{ inputs.fuzz-testing && '_fuzz' || '' }} path: ./${{matrix.library}}/runtimes/${{matrix.language}}/*.json diff --git a/.github/workflows/test-interop-metrics.yml b/.github/workflows/test-interop-metrics.yml index fae186533..1df43d551 100644 --- a/.github/workflows/test-interop-metrics.yml +++ b/.github/workflows/test-interop-metrics.yml @@ -253,7 +253,7 @@ jobs: --log-events file://$LOG_FILE - name: Upload Encrypt Manifest and keys.json files - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vector_artifact_${{matrix.language}}${{ inputs.fuzz-testing && '_fuzz' || '' }} path: ./${{matrix.library}}/runtimes/${{matrix.language}}/*.json