Skip to content

Commit d5943a9

Browse files
committed
update kuberentes-version to 1.34.3
Signed-off-by: Slach <[email protected]>
1 parent c13c525 commit d5943a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
driver: docker
4949
container-runtime: containerd
50-
kubernetes-version: v1.33.5
50+
kubernetes-version: v1.34.3
5151
cpus: max
5252
memory: max
5353

@@ -128,7 +128,7 @@ jobs:
128128
echo "test_result=$test_result" >> $GITHUB_OUTPUT
129129
exit "$test_result"
130130
131-
- uses: actions/upload-artifact@v4
131+
- uses: actions/upload-artifact@v6
132132
with:
133133
name: testflows-logs
134134
path: |
@@ -137,7 +137,7 @@ jobs:
137137
if-no-files-found: error
138138
retention-days: 7
139139

140-
- uses: actions/upload-artifact@v4
140+
- uses: actions/upload-artifact@v6
141141
with:
142142
name: testflows-report
143143
path: |

0 commit comments

Comments
 (0)