Skip to content

Commit 2ebb853

Browse files
authored
chore(tests): fixed conflicting artifacts names (#11491)
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
1 parent 9c6ec0f commit 2ebb853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
if: always()
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: periodic-functional-artifacts
36+
name: periodic-functional-artifacts-k8s-${{ matrix.k8s_version }}
3737
path: /tmp/tmp.*/*

0 commit comments

Comments
 (0)