Skip to content

Commit

Permalink
Make artifact names unique across repos and runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 25, 2024
1 parent 628a53b commit e462219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: junit-xml-${{ matrix.python }}-${{ matrix.os }}
name: junit-xml--${{ github.event.repository.name }}--${{github.run_id}}--${{github.run_attempt}}--${{ matrix.python }}--${{ matrix.os }}
path: junit-xml
retention-days: 30

Expand Down

0 comments on commit e462219

Please sign in to comment.