Skip to content

Commit

Permalink
Ensure unique artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
joserochh committed Oct 26, 2024
1 parent 8ec102b commit cbd59dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Archive benchmark results
uses: actions/upload-artifact@v4
with:
name: bench_hexl_${{github.sha}}.csv
name: bench_hexl_${{github.sha}}_${{ github.run_id }}_${{ github.job }}.csv
path: ${{ github.workspace }}/${{ github.workflow }}_${{ github.sha }}
retention-days: 90 # Maximum for free version

Expand Down

0 comments on commit cbd59dd

Please sign in to comment.