diff --git a/.github/workflows/performance_test.yml b/.github/workflows/performance_test.yml index 02fe057b..6cb1fb70 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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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 e40680aa..94be7127 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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: cib.hpp path: ${{github.workspace}}/build/include/cib/cib.hpp