This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 84331f0c108f3a81eefc526c7cfaa6d84b8c0b69
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 5 08:15:39 2024 +1000

    minor refactor: store reports
---
 .github/workflows/groovy-build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index 6fa01ef885..929fb0bfd4 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -45,7 +45,7 @@ jobs:
       - name: Upload reports
         uses: actions/upload-artifact@v4
         with:
-          name: apache-groovy-reports
+          name: apache-groovy-reports-${{ matrix.jdk }}
           path: build/reports/
 
   additional:

Reply via email to