Skip to content

Commit 5c08dbb

Browse files
authored
Merge pull request #363 from modcluster/dependabot/github_actions/actions/upload-artifact-6
build(deps): Bump actions/upload-artifact from 5 to 6
2 parents 84f41bb + acab06b commit 5c08dbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)