File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
run : |
53
53
mkdir -p "stats/${{ matrix.repo }}"
54
54
codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
55
- - uses : actions/upload-artifact@v3
55
+ - uses : actions/upload-artifact@v4
56
56
with :
57
57
name : measurements-${{ hashFiles('stats/**') }}
58
58
path : stats
@@ -63,13 +63,13 @@ jobs:
63
63
needs : measure
64
64
steps :
65
65
- uses : actions/checkout@v4
66
- - uses : actions/download-artifact@v3
66
+ - uses : actions/download-artifact@v4
67
67
with :
68
68
path : stats
69
69
- run : |
70
70
python -m pip install --user lxml
71
71
find stats -name 'stats.xml' | sort | xargs python ruby/scripts/merge_stats.py --output ruby/ql/lib/ruby.dbscheme.stats --normalise ruby_tokeninfo
72
- - uses : actions/upload-artifact@v3
72
+ - uses : actions/upload-artifact@v4
73
73
with :
74
74
name : ruby.dbscheme.stats
75
75
path : ruby/ql/lib/ruby.dbscheme.stats
You can’t perform that action at this time.
0 commit comments