We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876236e commit 153484aCopy full SHA for 153484a
.github/workflows/e2e-tests.yaml
@@ -130,7 +130,7 @@ jobs:
130
131
- name: Upload logs & client/server state
132
if: failure()
133
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
134
with:
135
name: e2e-${{ matrix.e2e-test }}-${{ runner.os }}-${{ matrix.python-version }}
136
path: .e2e/${{ matrix.e2e-test }}
0 commit comments