Skip to content

Commit

Permalink
ensure the upload name is unique
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 22, 2024
1 parent c6c0c79 commit 35a16fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: logs_${{ matrix.python-version }}_${{ matrix.os }}_${{ steps.date.outputs.date }}
name: logs_${{ matrix.python-version }}_${{ matrix.os }}_${{ matrix.split-group }}_${{ steps.date.outputs.date }}
path: ./logs

- name: Upload Integration Test Coverage to Codecov
Expand Down

0 comments on commit 35a16fa

Please sign in to comment.