From 1761dea0097bc256e1d272742ec68ee13d41c1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:13:21 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_timing.yaml | 6 +++--- .github/workflows/cifar_benchmark.yaml | 12 ++++++------ .github/workflows/continuous-integration.yaml | 6 +++--- .github/workflows/sync_on_push.yaml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci_timing.yaml b/.github/workflows/ci_timing.yaml index e98fe31ec..5cd33df66 100644 --- a/.github/workflows/ci_timing.yaml +++ b/.github/workflows/ci_timing.yaml @@ -53,19 +53,19 @@ jobs: poetry run python ./script/actions_utils/monitor.py - name: Archive figure - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: cml_ci_time_evolution.png path: cml_ci_time_evolution.png - name: Archive raw data - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: github_ci_data.json path: github_ci_data.json - name: Archive data used for figure - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: github_ci_data.csv path: github_ci_data.csv diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 12f79c65e..45d68c688 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -132,37 +132,37 @@ jobs: python3 ./benchmarks/convert_cifar.py --model-name "16-bits-trained-v0" - name: Archive raw predictions - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: predictions.csv path: inference_results.csv - name: Archive metrics - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: metrics.json path: to_upload.json - name: Archive MLIR - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: mlir.txt path: cifar10.mlir - name: Archive Graph - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: graph.txt path: cifar10.graph - name: Archive client - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: client.zip path: client_server/client.zip - name: Archive server - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: server.zip path: client_server/server.zip diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 837b7523d..3a419395a 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -626,7 +626,7 @@ jobs: - name: Upload docs artifacts if: ${{ steps.tar-docs.outcome == 'success' && !cancelled() }} - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: html-docs path: docs/_build/html/docs.tar @@ -651,7 +651,7 @@ jobs: - name: Upload changelog artifacts if: ${{ steps.changelog.outcome == 'success' && !cancelled() }} - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: changelog path: ${{ steps.changelog.outputs.changelog-file }} @@ -673,7 +673,7 @@ jobs: - name: Upload wheel artifacts if: ${{ steps.build-wheel.outcome == 'success' && !cancelled() }} - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: py3-wheel path: dist/*.whl diff --git a/.github/workflows/sync_on_push.yaml b/.github/workflows/sync_on_push.yaml index 3772df770..c5749f5fe 100644 --- a/.github/workflows/sync_on_push.yaml +++ b/.github/workflows/sync_on_push.yaml @@ -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: '.'