Skip to content

Commit 5a9f0dc

Browse files
committed
Update ruby-dataset-measure.yml
1 parent 19845a5 commit 5a9f0dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
5555
- 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)