Author: jun66j5
Date: Mon May 11 07:08:30 2026
New Revision: 1934073
Log:
gha: Update to v7 of actions/upload-artifact to fix Node.js 20 deprecated.
* .github/workflows/autoconf.yml
(): Use `actions/upload-artifact@v7`.
Modified:
subversion/trunk/.github/workflows/autoconf.yml
Modified: subversion/trunk/.github/workflows/autoconf.yml
==============================================================================
--- subversion/trunk/.github/workflows/autoconf.yml Mon May 11 06:11:25
2026 (r1934072)
+++ subversion/trunk/.github/workflows/autoconf.yml Mon May 11 07:08:30
2026 (r1934073)
@@ -100,7 +100,7 @@ jobs:
- name: Archive test logs
if: always()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: tests-${{matrix.os}}-${{matrix.check-target}}-${{matrix.httpd}}
path: |