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