Skip to content

Commit ea14ba1

Browse files
authored
Update upload-artifact action and parameters
1 parent 440d729 commit ea14ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ 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@v4
55+
- uses: actions/upload-artifact/merge@v4
5656
with:
57-
name: ${{ matrix.repo }}/measurements
57+
name: measurements
5858
path: stats
5959
retention-days: 1
6060

0 commit comments

Comments
 (0)