@@ -187,7 +187,7 @@ jobs:
187187 cd ..; \
188188 done;
189189 - name : Preserve built Apache for perl-test job
190- uses : actions/upload-artifact@v4.4.2
190+ uses : actions/upload-artifact@v5
191191 with :
192192 name : apache-trunk
193193 path : /usr/local/apache2
@@ -226,7 +226,7 @@ jobs:
226226 curl --fail --max-time 10 http://localhost:8090
227227 curl --fail --max-time 10 http://localhost:8090/mod_cluster_manager
228228 - name : Preserve logs
229- uses : actions/upload-artifact@v4
229+ uses : actions/upload-artifact@v5
230230 if : always()
231231 with :
232232 name : Windows logs for ${{ matrix.os }}
@@ -264,7 +264,7 @@ jobs:
264264 cd test
265265 sh testsuite.sh
266266 - name : Preserve test logs
267- uses : actions/upload-artifact@v4
267+ uses : actions/upload-artifact@v5
268268 if : always()
269269 with :
270270 name : Test logs
@@ -307,7 +307,7 @@ jobs:
307307 grep "Result: PASS" -q t/logs/test-perl.log
308308 exit $?
309309 - name : Preserve test logs
310- uses : actions/upload-artifact@v4
310+ uses : actions/upload-artifact@v5
311311 if : always()
312312 with :
313313 name : Perl tests logs
@@ -327,7 +327,7 @@ jobs:
327327 - name : Build doxygen docs
328328 run : doxygen
329329 - name : Preserve doxygen docs
330- uses : actions/upload-artifact@v4
330+ uses : actions/upload-artifact@v5
331331 with :
332332 name : Doxygen docs
333333 path : doxygen-out/html/*
0 commit comments