From 820ee4dad54a685dc4eed324e250bb439cb8f84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 01:39:00 +0000 Subject: [PATCH] :arrow_up: Bump actions/upload-artifact from 4.6.0 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b5687e6..02d0d051 100644 --- a/.github/workflows/performance_test.yml +++ b/.github/workflows/performance_test.yml @@ -51,7 +51,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY - name: 'Upload Compilation Trace' - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 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 032d13fe..196b0691 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: cib.hpp path: ${{github.workspace}}/build/include/cib/cib.hpp