We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea14ba1 commit 166308fCopy full SHA for 166308f
.github/workflows/ruby-dataset-measure.yml
@@ -52,9 +52,9 @@ jobs:
52
run: |
53
mkdir -p "stats/${{ matrix.repo }}"
54
codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
55
- - uses: actions/upload-artifact/merge@v4
+ - uses: actions/upload-artifact@v4
56
with:
57
- name: measurements
+ name: measurements-${{ hashFiles('stats/**') }}
58
path: stats
59
retention-days: 1
60
@@ -65,7 +65,6 @@ jobs:
65
- uses: actions/checkout@v4
66
- uses: actions/download-artifact@v4
67
68
69
70
- run: |
71
python -m pip install --user lxml
0 commit comments