File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
echo "</details>" >> $GITHUB_STEP_SUMMARY
52
52
53
53
- name : ' Upload Compilation Trace'
54
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
54
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
55
55
with :
56
56
name : compilation_trace.json
57
57
path : ${{github.workspace}}/build/benchmark/CMakeFiles/compilation_benchmark.dir/big_nexus.cpp.json
Original file line number Diff line number Diff line change 32
32
run : cmake --build ${{github.workspace}}/build -t release_header
33
33
34
34
- name : ' Upload Artifact'
35
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
35
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
36
36
with :
37
37
name : cib.hpp
38
38
path : ${{github.workspace}}/build/include/cib/cib.hpp
You can’t perform that action at this time.
0 commit comments