From 11ac8fc57beb1d4541610c3a181ff57743271877 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Wed, 12 Jun 2024 18:19:39 +0200 Subject: [PATCH] Namespace Netty CI run by version (#2963) --- .github/workflows/ci-netty-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-netty-snapshot.yml b/.github/workflows/ci-netty-snapshot.yml index 18f9db82a5..13375e9a2f 100644 --- a/.github/workflows/ci-netty-snapshot.yml +++ b/.github/workflows/ci-netty-snapshot.yml @@ -39,5 +39,5 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: test-results-${{ matrix.os }}-${{ matrix.java }} + name: test-results-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.netty }} path: '**/build/test-results/test/TEST-*.xml'