Skip to content

Commit

Permalink
Update artifact upload and measurement naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars authored Nov 12, 2024
1 parent ea14ba1 commit 166308f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruby-dataset-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
run: |
mkdir -p "stats/${{ matrix.repo }}"
codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
- uses: actions/upload-artifact/merge@v4
- uses: actions/upload-artifact@v4
with:
name: measurements
name: measurements-${{ hashFiles('stats/**') }}
path: stats
retention-days: 1

Expand All @@ -65,7 +65,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: measurements
path: stats
- run: |
python -m pip install --user lxml
Expand Down

0 comments on commit 166308f

Please sign in to comment.