We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19845a5 commit 440d729Copy full SHA for 440d729
.github/workflows/ruby-dataset-measure.yml
@@ -54,7 +54,7 @@ jobs:
54
codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
55
- uses: actions/upload-artifact@v4
56
with:
57
- name: measurements
+ name: ${{ matrix.repo }}/measurements
58
path: stats
59
retention-days: 1
60
0 commit comments