Skip to content

Commit 445d65c

Browse files
committed
GHA: fix logs artifact to have a unique name
1 parent efb75de commit 445d65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/orquesta-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
if: ${{ failure() }}
226226
uses: actions/upload-artifact@v4
227227
with:
228-
name: logs
228+
name: logs-py${{ matrix.python-version }}
229229
path: logs.tar.gz
230230
retention-days: 7
231231
- name: Stop Redis Service Container

0 commit comments

Comments
 (0)