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 c13c525 commit d5943a9Copy full SHA for d5943a9
.github/workflows/run_tests.yaml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
driver: docker
49
container-runtime: containerd
50
- kubernetes-version: v1.33.5
+ kubernetes-version: v1.34.3
51
cpus: max
52
memory: max
53
@@ -128,7 +128,7 @@ jobs:
128
echo "test_result=$test_result" >> $GITHUB_OUTPUT
129
exit "$test_result"
130
131
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
132
133
name: testflows-logs
134
path: |
@@ -137,7 +137,7 @@ jobs:
137
if-no-files-found: error
138
retention-days: 7
139
140
141
142
name: testflows-report
143
0 commit comments