Skip to content

Commit

Permalink
Update upload-artifact action and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars authored Nov 12, 2024
1 parent 440d729 commit ea14ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@v4
- uses: actions/upload-artifact/merge@v4
with:
name: ${{ matrix.repo }}/measurements
name: measurements
path: stats
retention-days: 1

Expand Down

0 comments on commit ea14ba1

Please sign in to comment.