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'