Author: dsahlberg
Date: Fri Feb 21 16:08:37 2025
New Revision: 1923965

URL: http://svn.apache.org/viewvc?rev=1923965&view=rev
Log:
Follow-up to r1923964.

Artifacts need a unique name within the workflow run.

* .github/workflows/autoconf.yml
  Rename tests.log to contain the os and check-target.


Modified:
    subversion/trunk/.github/workflows/autoconf.yml

Modified: subversion/trunk/.github/workflows/autoconf.yml
URL: 
http://svn.apache.org/viewvc/subversion/trunk/.github/workflows/autoconf.yml?rev=1923965&r1=1923964&r2=1923965&view=diff
==============================================================================
--- subversion/trunk/.github/workflows/autoconf.yml (original)
+++ subversion/trunk/.github/workflows/autoconf.yml Fri Feb 21 16:08:37 2025
@@ -84,7 +84,7 @@ jobs:
         if: always()
         uses: actions/upload-artifact@v4
         with:
-          name: tests.log
+          name: tests-${{matrix.os}}-${{matrix.check-target}}.log
           path: tests.log
 
       - name: Install (make install)


Reply via email to