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 440d729 commit ea14ba1Copy full SHA for ea14ba1
.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@v4
+ - uses: actions/upload-artifact/merge@v4
56
with:
57
- name: ${{ matrix.repo }}/measurements
+ name: measurements
58
path: stats
59
retention-days: 1
60
0 commit comments