@@ -187,7 +187,7 @@ jobs:
187187 cd ..; \
188188 done;
189189 - name : Preserve built Apache for perl-test job
190- uses : actions/upload-artifact@v5
190+ uses : actions/upload-artifact@v6
191191 with :
192192 name : apache-trunk
193193 path : /usr/local/apache2
@@ -228,7 +228,7 @@ jobs:
228228 curl --fail --max-time 10 http://localhost:8090
229229 curl --fail --max-time 10 http://localhost:8090/mod_cluster_manager
230230 - name : Preserve logs
231- uses : actions/upload-artifact@v5
231+ uses : actions/upload-artifact@v6
232232 if : always()
233233 with :
234234 name : Windows logs for ${{ matrix.os }}
@@ -266,7 +266,7 @@ jobs:
266266 cd test
267267 sh testsuite.sh
268268 - name : Preserve test logs
269- uses : actions/upload-artifact@v5
269+ uses : actions/upload-artifact@v6
270270 if : always()
271271 with :
272272 name : Test logs
@@ -309,7 +309,7 @@ jobs:
309309 grep "Result: PASS" -q t/logs/test-perl.log
310310 exit $?
311311 - name : Preserve test logs
312- uses : actions/upload-artifact@v5
312+ uses : actions/upload-artifact@v6
313313 if : always()
314314 with :
315315 name : Perl tests logs
@@ -329,7 +329,7 @@ jobs:
329329 - name : Build doxygen docs
330330 run : doxygen
331331 - name : Preserve doxygen docs
332- uses : actions/upload-artifact@v5
332+ uses : actions/upload-artifact@v6
333333 with :
334334 name : Doxygen docs
335335 path : doxygen-out/html/*
0 commit comments