From b73f24057da776e0edcba0cb80df37759ddb0455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:32:28 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.1.0 to 4.3.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.1.0...26f96dfa697d77e81fd5907df203aa23a56210a8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/boolean_benchmark.yml | 2 +- .github/workflows/integer_benchmark.yml | 4 ++-- .github/workflows/integer_full_benchmark.yml | 2 +- .github/workflows/integer_gpu_benchmark.yml | 4 ++-- .github/workflows/integer_gpu_full_benchmark.yml | 2 +- .github/workflows/integer_multi_bit_benchmark.yml | 4 ++-- .github/workflows/integer_multi_bit_gpu_benchmark.yml | 4 ++-- .github/workflows/pbs_benchmark.yml | 2 +- .github/workflows/pbs_gpu_benchmark.yml | 2 +- .github/workflows/shortint_benchmark.yml | 2 +- .github/workflows/shortint_full_benchmark.yml | 2 +- .github/workflows/signed_integer_benchmark.yml | 4 ++-- .github/workflows/signed_integer_full_benchmark.yml | 2 +- .github/workflows/signed_integer_multi_bit_benchmark.yml | 4 ++-- .github/workflows/sync_on_push.yml | 2 +- .github/workflows/wasm_client_benchmark.yml | 2 +- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/boolean_benchmark.yml b/.github/workflows/boolean_benchmark.yml index 976a361eca..35e3c9420d 100644 --- a/.github/workflows/boolean_benchmark.yml +++ b/.github/workflows/boolean_benchmark.yml @@ -96,7 +96,7 @@ jobs: --append-results - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_boolean path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/integer_benchmark.yml b/.github/workflows/integer_benchmark.yml index 68184c12bc..5980c285be 100644 --- a/.github/workflows/integer_benchmark.yml +++ b/.github/workflows/integer_benchmark.yml @@ -69,7 +69,7 @@ jobs: parse_integer_benches - name: Upload csv results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_csv_integer path: ${{ env.PARSE_INTEGER_BENCH_CSV_FILE }} @@ -90,7 +90,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_integer path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/integer_full_benchmark.yml b/.github/workflows/integer_full_benchmark.yml index 3b8776078c..49f8341e60 100644 --- a/.github/workflows/integer_full_benchmark.yml +++ b/.github/workflows/integer_full_benchmark.yml @@ -118,7 +118,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_${{ matrix.command }}_${{ matrix.op_flavor }} path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/integer_gpu_benchmark.yml b/.github/workflows/integer_gpu_benchmark.yml index 7e2036d9fd..7411736617 100644 --- a/.github/workflows/integer_gpu_benchmark.yml +++ b/.github/workflows/integer_gpu_benchmark.yml @@ -96,7 +96,7 @@ jobs: parse_integer_benches - name: Upload csv results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_csv_integer path: ${{ env.PARSE_INTEGER_BENCH_CSV_FILE }} @@ -118,7 +118,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_integer path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/integer_gpu_full_benchmark.yml b/.github/workflows/integer_gpu_full_benchmark.yml index 0638554c6c..679e72eb76 100644 --- a/.github/workflows/integer_gpu_full_benchmark.yml +++ b/.github/workflows/integer_gpu_full_benchmark.yml @@ -125,7 +125,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_${{ matrix.command }}_${{ matrix.op_flavor }} path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/integer_multi_bit_benchmark.yml b/.github/workflows/integer_multi_bit_benchmark.yml index b589f62add..df51554faa 100644 --- a/.github/workflows/integer_multi_bit_benchmark.yml +++ b/.github/workflows/integer_multi_bit_benchmark.yml @@ -69,7 +69,7 @@ jobs: parse_integer_benches - name: Upload csv results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_csv_integer path: ${{ env.PARSE_INTEGER_BENCH_CSV_FILE }} @@ -90,7 +90,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_integer path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/integer_multi_bit_gpu_benchmark.yml b/.github/workflows/integer_multi_bit_gpu_benchmark.yml index 280e337453..2331a7dc60 100644 --- a/.github/workflows/integer_multi_bit_gpu_benchmark.yml +++ b/.github/workflows/integer_multi_bit_gpu_benchmark.yml @@ -97,7 +97,7 @@ jobs: parse_integer_benches - name: Upload csv results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_csv_integer path: ${{ env.PARSE_INTEGER_BENCH_CSV_FILE }} @@ -119,7 +119,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_integer path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/pbs_benchmark.yml b/.github/workflows/pbs_benchmark.yml index 6fe3b45cd0..9b5e362d2f 100644 --- a/.github/workflows/pbs_benchmark.yml +++ b/.github/workflows/pbs_benchmark.yml @@ -86,7 +86,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_pbs path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/pbs_gpu_benchmark.yml b/.github/workflows/pbs_gpu_benchmark.yml index 79cb0d36fe..b5812f1924 100644 --- a/.github/workflows/pbs_gpu_benchmark.yml +++ b/.github/workflows/pbs_gpu_benchmark.yml @@ -103,7 +103,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_pbs path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/shortint_benchmark.yml b/.github/workflows/shortint_benchmark.yml index bd95c7c195..2fd984e1b7 100644 --- a/.github/workflows/shortint_benchmark.yml +++ b/.github/workflows/shortint_benchmark.yml @@ -88,7 +88,7 @@ jobs: --append-results - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_shortint path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/shortint_full_benchmark.yml b/.github/workflows/shortint_full_benchmark.yml index 20c7172379..c4b14df7f2 100644 --- a/.github/workflows/shortint_full_benchmark.yml +++ b/.github/workflows/shortint_full_benchmark.yml @@ -112,7 +112,7 @@ jobs: --append-results - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_shortint_${{ matrix.op_flavor }} path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/signed_integer_benchmark.yml b/.github/workflows/signed_integer_benchmark.yml index a34272780c..e4f7abd0b3 100644 --- a/.github/workflows/signed_integer_benchmark.yml +++ b/.github/workflows/signed_integer_benchmark.yml @@ -69,7 +69,7 @@ jobs: parse_integer_benches - name: Upload csv results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_csv_integer path: ${{ env.PARSE_INTEGER_BENCH_CSV_FILE }} @@ -90,7 +90,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_integer path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/signed_integer_full_benchmark.yml b/.github/workflows/signed_integer_full_benchmark.yml index 9eea21ed55..e8feb7f76c 100644 --- a/.github/workflows/signed_integer_full_benchmark.yml +++ b/.github/workflows/signed_integer_full_benchmark.yml @@ -96,7 +96,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_${{ matrix.command }}_${{ matrix.op_flavor }} path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/signed_integer_multi_bit_benchmark.yml b/.github/workflows/signed_integer_multi_bit_benchmark.yml index f95f415d5f..975162b28d 100644 --- a/.github/workflows/signed_integer_multi_bit_benchmark.yml +++ b/.github/workflows/signed_integer_multi_bit_benchmark.yml @@ -69,7 +69,7 @@ jobs: parse_integer_benches - name: Upload csv results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_csv_integer path: ${{ env.PARSE_INTEGER_BENCH_CSV_FILE }} @@ -90,7 +90,7 @@ jobs: --throughput - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_integer path: ${{ env.RESULTS_FILENAME }} diff --git a/.github/workflows/sync_on_push.yml b/.github/workflows/sync_on_push.yml index 8a96702e7e..23d70456cb 100644 --- a/.github/workflows/sync_on_push.yml +++ b/.github/workflows/sync_on_push.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Save repo - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: repo-archive path: '.' diff --git a/.github/workflows/wasm_client_benchmark.yml b/.github/workflows/wasm_client_benchmark.yml index 9c1c38d015..fa77c9898e 100644 --- a/.github/workflows/wasm_client_benchmark.yml +++ b/.github/workflows/wasm_client_benchmark.yml @@ -97,7 +97,7 @@ jobs: --append-results - name: Upload parsed results artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: ${{ github.sha }}_wasm path: ${{ env.RESULTS_FILENAME }}