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 43
43
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
44
44
# format to the repository Actions tab.
45
45
- name : " Upload artifact"
46
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
46
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
47
47
with :
48
48
name : SARIF file
49
49
path : results.sarif
Original file line number Diff line number Diff line change 27
27
- run : cargo test -- --nocapture
28
28
- name : Upload Bitcoin Scripts Performance Report
29
29
if : always()
30
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
30
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
31
31
with :
32
32
name : bitcoin-scripts-performance-report
33
33
path : target/bitcoin_scripts_performance_report.csv
You can’t perform that action at this time.
0 commit comments