Skip to content

Commit e92b91f

Browse files
committed
e2e: name artifacts after the tests
These artifacts are not scoped to the job, so we should give them unambiguous names.
1 parent 417cb3f commit e92b91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
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)