mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Use a unique run ID for the artifact name.
This commit is contained in:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@@ -166,5 +166,5 @@ jobs:
|
|||||||
- name: Upload test output
|
- name: Upload test output
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tests_output
|
name: tests_output_${{ github.run_id }}
|
||||||
path: ./e107_tests/tests/_output/
|
path: ./e107_tests/tests/_output/
|
||||||
|
Reference in New Issue
Block a user