From c842a70f255ea204205e0a5df6f78cfb90736d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:16:41 +0200 Subject: [PATCH] chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#850) --- .github/workflows/ci_timing.yaml | 6 +++--- .github/workflows/cifar_benchmark.yaml | 12 ++++++------ .github/workflows/continuous-integration.yaml | 6 +++--- .github/workflows/update_licenses.yaml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci_timing.yaml b/.github/workflows/ci_timing.yaml index 59ff189ba..2637f9c07 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@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: cml_ci_time_evolution.png path: cml_ci_time_evolution.png - name: Archive raw data - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: github_ci_data.json path: github_ci_data.json - name: Archive data used for figure - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 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 f975e4a8e..4b80fdc6c 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -149,37 +149,37 @@ jobs: python3 ./benchmarks/convert_cifar.py --model-name "16-bits-trained-v0" - name: Archive raw predictions - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: predictions.csv path: inference_results.csv - name: Archive metrics - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: metrics.json path: to_upload.json - name: Archive MLIR - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: mlir.txt path: cifar10.mlir - name: Archive Graph - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: graph.txt path: cifar10.graph - name: Archive client - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: client.zip path: client_server/client.zip - name: Archive server - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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 f4a1407ba..63d51204c 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -673,7 +673,7 @@ jobs: - name: Upload changelog artifacts if: ${{ steps.changelog.outcome == 'success' && !cancelled() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: changelog path: ${{ steps.changelog.outputs.changelog-file }} @@ -701,7 +701,7 @@ jobs: - name: Upload wheel artifacts if: ${{ steps.build-wheel.outcome == 'success' && !cancelled() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: py3-wheel path: dist/*.whl @@ -778,7 +778,7 @@ jobs: # Upload the list of flaky tests that have been re-run (if the only failed tests were flaky) - name: Upload flaky tests list (weekly) - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: | fromJSON(env.IS_WEEKLY) && steps.pytest.outcome == 'success' diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 745e81c3d..71c6ba16e 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -96,7 +96,7 @@ jobs: # Upload the updated license files as artifacts, if they exist # It is possible that no files have been generated if licenses have already been done for some # configuration(s) - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: if-no-files-found: ignore name: licenses_${{ matrix.config.os_name }}