Skip to content

Commit

Permalink
chore: use unique docker log artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Sep 20, 2024
1 parent 6af5c61 commit 19c9ca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,9 @@ jobs:
uses: actions/upload-artifact@v3
if: failure()
with:
name: docker logs
name: docker-logs-${{ matrix.test_strategy }}
path: "docker_logs/*.log"
retention-days: 5
- name: Upload screenshots
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 19c9ca2

Please sign in to comment.