Skip to content

Commit a70438b

Browse files
committed
chore(action): ruby-dataset-measure w artifacts@v4
1 parent 3b2262b commit a70438b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby-dataset-measure.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)