Skip to content

Commit 80806a8

Browse files
authored
Merge pull request #16941 from justinsb/artifacts_unique_name
e2e: name artifacts after the tests
2 parents 01c488b + e92b91f commit 80806a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
if: always()
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: artifacts
39+
name: tests-e2e-scenarios-bare-metal
4040
path: /tmp/artifacts/

0 commit comments

Comments
 (0)