Skip to content

Commit 166308f

Browse files
authored
Update artifact upload and measurement naming
1 parent ea14ba1 commit 166308f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 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/merge@v4
55+
- uses: actions/upload-artifact@v4
5656
with:
57-
name: measurements
57+
name: measurements-${{ hashFiles('stats/**') }}
5858
path: stats
5959
retention-days: 1
6060

@@ -65,7 +65,6 @@ jobs:
6565
- uses: actions/checkout@v4
6666
- uses: actions/download-artifact@v4
6767
with:
68-
name: measurements
6968
path: stats
7069
- run: |
7170
python -m pip install --user lxml

0 commit comments

Comments
 (0)