File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 run : |
5353 mkdir -p "stats/${{ matrix.repo }}"
5454 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
5656 with :
5757 name : measurements-${{ hashFiles('stats/**') }}
5858 path : stats
@@ -63,13 +63,13 @@ jobs:
6363 needs : measure
6464 steps :
6565 - uses : actions/checkout@v4
66- - uses : actions/download-artifact@v3
66+ - uses : actions/download-artifact@v4
6767 with :
6868 path : stats
6969 - run : |
7070 python -m pip install --user lxml
7171 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
7373 with :
7474 name : ruby.dbscheme.stats
7575 path : ruby/ql/lib/ruby.dbscheme.stats
You can’t perform that action at this time.
0 commit comments