svn commit: r1935800 - in subversion/branches/1.15.x: . .github/workflows

[email protected] Thu, 02 Jul 2026 11:28:34 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178299171488.3725112.15566969029191437690@svn03-he-fi>
Author: ivan
Date: Thu Jul  2 11:28:34 2026
New Revision: 1935800

Log:
On 1.15.x: Merge r1934073 from trunk:
  gha: Update to v7 of actions/upload-artifact to fix Node.js 20 deprecated.
  Justification:
    Keep GitHub Actions configuration in sync with trunk.
  Votes:
    +1: ivan (only affects GHA)

Modified:
   subversion/branches/1.15.x/   (props changed)
   subversion/branches/1.15.x/.github/workflows/autoconf.yml

Modified: subversion/branches/1.15.x/.github/workflows/autoconf.yml
==============================================================================
--- subversion/branches/1.15.x/.github/workflows/autoconf.yml	Thu Jul  2 11:27:21 2026	(r1935799)
+++ subversion/branches/1.15.x/.github/workflows/autoconf.yml	Thu Jul  2 11:28:34 2026	(r1935800)
@@ -116,7 +116,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: |