diff --git a/.github/workflows/performance_test.yml b/.github/workflows/performance_test.yml index e9457f46..3ce19330 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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 6fb55773..69d91ced 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: cib.hpp path: ${{github.workspace}}/build/include/cib/cib.hpp