From baa6353ea4cbb84a1562fa53c40b1be0f332bfdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:49:55 +0000 Subject: [PATCH] :arrow_up: Bump actions/upload-artifact from 4.3.6 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/performance_test.yml | 2 +- .github/workflows/single_header.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance_test.yml b/.github/workflows/performance_test.yml index 38915620..900e0500 100644 --- a/.github/workflows/performance_test.yml +++ b/.github/workflows/performance_test.yml @@ -44,7 +44,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY - name: 'Upload Compilation Trace' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: compilation_trace.json path: ${{github.workspace}}/build/benchmark/CMakeFiles/compilation_benchmark.dir/big_nexus.cpp.json diff --git a/.github/workflows/single_header.yml b/.github/workflows/single_header.yml index d617a799..c880d919 100644 --- a/.github/workflows/single_header.yml +++ b/.github/workflows/single_header.yml @@ -32,7 +32,7 @@ jobs: run: cmake --build ${{github.workspace}}/build -t release_header - name: 'Upload Artifact' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: cib.hpp path: ${{github.workspace}}/build/include/cib/cib.hpp