Skip to content

Commit 153484a

Browse files
Update actions/upload-artifact action to v6
1 parent 876236e commit 153484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Upload logs & client/server state
132132
if: failure()
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v6
134134
with:
135135
name: e2e-${{ matrix.e2e-test }}-${{ runner.os }}-${{ matrix.python-version }}
136136
path: .e2e/${{ matrix.e2e-test }}

0 commit comments

Comments
 (0)